dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package xserver-xorg-video-ati dpkg-buildpackage: source version 1:6.12.2-1~lenny1 dpkg-buildpackage: source changed by Brice Goglin dpkg-buildpackage: host architecture i386 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...Removing patch 01_gen_pci_ids.diff Restoring src/Makefile.am No patches applied successful. dh_testdir rm -rf .pc rm -rf stampdir rm -rf imports dh_clean debian/shlibs.local \ 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-* rm -f $(find -name Makefile.in) rm -f compile config.guess config.sub configure depcomp install-sh rm -f ltmain.sh missing INSTALL aclocal.m4 config.h.in mkinstalldirs dh_clean dpkg-source -b xserver-xorg-video-ati-6.12.2-lenny dpkg-source: warning: source directory 'xserver-xorg-video-ati-6.12.2-lenny' is not - 'xserver-xorg-video-ati-6.12.2' dpkg-source: warning: .orig directory name xserver-xorg-video-ati-6.12.2-lenny.orig is not - (wanted xserver-xorg-video-ati-6.12.2.orig) dpkg-source: info: using source format `1.0' dpkg-source: info: building xserver-xorg-video-ati using existing xserver-xorg-video-ati_6.12.2.orig.tar.gz dpkg-source: info: building xserver-xorg-video-ati in xserver-xorg-video-ati_6.12.2-1~lenny1.diff.gz dpkg-source: warning: executable mode 0755 of 'autogen.sh' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/xsfbs/xsfbs.mk' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/xsfbs/repack.sh' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'src/bicubic_table.py' will not be represented in diff dpkg-source: warning: ignoring deletion of file config.sub dpkg-source: warning: ignoring deletion of file config.h.in dpkg-source: warning: ignoring deletion of file Makefile.in dpkg-source: warning: ignoring deletion of file config.guess dpkg-source: warning: ignoring deletion of file ltmain.sh dpkg-source: warning: ignoring deletion of file install-sh dpkg-source: warning: ignoring deletion of file aclocal.m4 dpkg-source: warning: ignoring deletion of file depcomp dpkg-source: warning: ignoring deletion of file missing dpkg-source: warning: ignoring deletion of file configure dpkg-source: warning: ignoring deletion of file man/Makefile.in dpkg-source: warning: ignoring deletion of file src/Makefile.in dpkg-source: warning: ignoring deletion of directory src/modes dpkg-source: warning: ignoring deletion of file src/modes/xf86DiDGA.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Cursors.c dpkg-source: warning: ignoring deletion of file src/modes/xf86RandR12.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Crtc.h dpkg-source: warning: ignoring deletion of file src/modes/xf86RandR12.h dpkg-source: warning: ignoring deletion of file src/modes/xf86cvt.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Rotate.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Rename.h dpkg-source: warning: ignoring deletion of file src/modes/xf86Crtc.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Modes.c dpkg-source: warning: ignoring deletion of file src/modes/xf86Modes.h dpkg-source: warning: ignoring deletion of file src/modes/xf86EdidModes.c dpkg-source: warning: ignoring deletion of directory src/parser dpkg-source: warning: ignoring deletion of file src/parser/xf86Optrec.h dpkg-source: warning: ignoring deletion of file src/parser/xf86Parser.h dpkg-source: info: building xserver-xorg-video-ati in xserver-xorg-video-ati_6.12.2-1~lenny1.dsc debian/rules build mkdir stampdir >stampdir/stampdir mkdir -p stampdir/log for FILE in debian/*.config.in \ debian/*.postinst.in \ debian/*.postrm.in \ debian/*.preinst.in \ debian/*.prerm.in; do \ if [ -e "$FILE" ]; then \ MAINTSCRIPT=$(echo $FILE | sed 's/.in$//'); \ sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' <$FILE \ | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >$MAINTSCRIPT.tmp; \ cat debian/xsfbs/xsfbs.sh >>$MAINTSCRIPT.tmp; \ sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' <$FILE \ | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >>$MAINTSCRIPT.tmp; \ sed -e 's/@SOURCE_VERSION@/1:6.12.2-1~lenny1/' \ -e 's/@OFFICIAL_BUILD@//' \ -e 's/@DEFAULT_DCRESOLUTIONS@//' \ <$MAINTSCRIPT.tmp >$MAINTSCRIPT; \ rm $MAINTSCRIPT.tmp; \ fi; \ done # Validate syntax of generated shell scripts. #sh debian/scripts/validate-posix-sh debian/*.config \ # debian/*.postinst \ # debian/*.postrm \ # debian/*.preinst \ # debian/*.prerm >stampdir/genscripts >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_PATCHES=debian/patches quilt --quiltrc /dev/null next >/dev/null 2>&1; then \ echo -n "Applying patches..."; \ if QUILT_PATCHES=debian/patches 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 Hunk #1 succeeded at 165 (offset 12 lines). Now at patch 01_gen_pci_ids.diff successful. dh_testdir autoreconf -vfi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:33: installing `./install-sh' configure.ac:33: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf: Leaving directory `.' dh_testdir test -d obj-i486-linux-gnu || mkdir obj-i486-linux-gnu cd obj-i486-linux-gnu && \ ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i486-linux-gnu --disable-static \ CFLAGS="-Wall -g -fvisibility=hidden -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... i486-pc-linux-gnu checking host system type... i486-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... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no 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) 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 checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool 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 if XINERAMA is defined... yes checking if RANDR is defined... yes checking if RENDER is defined... yes checking if XV 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 DRI... yes checking for xf86Modes.h... yes checking whether to enable EXA support... yes checking exa.h usability... yes checking exa.h presence... yes checking for exa.h... yes checking whether EXA version is at least 2.0.0... yes checking whether xf86XVFillKeyHelperDrawable is declared... yes checking whether xf86ModeBandwidth is declared... no checking whether xf86_crtc_clip_video_helper is declared... yes checking whether xf86RotateFreeShadow is declared... no checking whether pci_device_enable is declared... no checking whether XSERVER_LIBPCIACCESS is declared... no configure: X server has new mode code checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking for /usr/share/sgml/X11/defs.ent... no checking for linuxdoc... no checking for ps2pdf... no checking Whether to build documentation... no checking Whether to build pdf documentation... no configure: The atimisc sub-driver has been split out to xf86-video-mach64: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-mach64 Please install that driver as well for mach64-based cards. configure: The r128 sub-driver has been split out to xf86-video-r128: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-r128 Please install that driver as well for rage128-based cards. configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands dh_testdir cd obj-i486-linux-gnu && /usr/bin/make make[1]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' /usr/bin/make all-recursive make[2]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' Making all in src make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o ati.lo ../../src/ati.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c ../../src/ati.c -fPIC -DPIC -o .libs/ati.o mv -f .deps/ati.Tpo .deps/ati.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atimodule.lo -MD -MP -MF .deps/atimodule.Tpo -c -o atimodule.lo ../../src/atimodule.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atimodule.lo -MD -MP -MF .deps/atimodule.Tpo -c ../../src/atimodule.c -fPIC -DPIC -o .libs/atimodule.o mv -f .deps/atimodule.Tpo .deps/atimodule.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -module -avoid-version -o ati_drv.la -rpath /usr/lib/xorg/modules/drivers ati.lo atimodule.lo gcc -shared .libs/ati.o .libs/atimodule.o -Wl,-soname -Wl,ati_drv.so -o .libs/ati_drv.so creating ati_drv.la (cd .libs && rm -f ati_drv.la && ln -s ../ati_drv.la ati_drv.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_accel.lo -MD -MP -MF .deps/radeon_accel.Tpo -c -o radeon_accel.lo ../../src/radeon_accel.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_accel.lo -MD -MP -MF .deps/radeon_accel.Tpo -c ../../src/radeon_accel.c -fPIC -DPIC -o .libs/radeon_accel.o mv -f .deps/radeon_accel.Tpo .deps/radeon_accel.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_cursor.lo -MD -MP -MF .deps/radeon_cursor.Tpo -c -o radeon_cursor.lo ../../src/radeon_cursor.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_cursor.lo -MD -MP -MF .deps/radeon_cursor.Tpo -c ../../src/radeon_cursor.c -fPIC -DPIC -o .libs/radeon_cursor.o mv -f .deps/radeon_cursor.Tpo .deps/radeon_cursor.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_dga.lo -MD -MP -MF .deps/radeon_dga.Tpo -c -o radeon_dga.lo ../../src/radeon_dga.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_dga.lo -MD -MP -MF .deps/radeon_dga.Tpo -c ../../src/radeon_dga.c -fPIC -DPIC -o .libs/radeon_dga.o ../../src/radeon_dga.c: In function 'RADEONSetupDGAMode': ../../src/radeon_dga.c:164: warning: cast to pointer from integer of different size ../../src/radeon_dga.c: In function 'RADEON_OpenFramebuffer': ../../src/radeon_dga.c:460: warning: cast to pointer from integer of different size mv -f .deps/radeon_dga.Tpo .deps/radeon_dga.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_legacy_memory.lo -MD -MP -MF .deps/radeon_legacy_memory.Tpo -c -o radeon_legacy_memory.lo ../../src/radeon_legacy_memory.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_legacy_memory.lo -MD -MP -MF .deps/radeon_legacy_memory.Tpo -c ../../src/radeon_legacy_memory.c -fPIC -DPIC -o .libs/radeon_legacy_memory.o mv -f .deps/radeon_legacy_memory.Tpo .deps/radeon_legacy_memory.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_driver.lo -MD -MP -MF .deps/radeon_driver.Tpo -c -o radeon_driver.lo ../../src/radeon_driver.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_driver.lo -MD -MP -MF .deps/radeon_driver.Tpo -c ../../src/radeon_driver.c -fPIC -DPIC -o .libs/radeon_driver.o mv -f .deps/radeon_driver.Tpo .deps/radeon_driver.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_video.lo -MD -MP -MF .deps/radeon_video.Tpo -c -o radeon_video.lo ../../src/radeon_video.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_video.lo -MD -MP -MF .deps/radeon_video.Tpo -c ../../src/radeon_video.c -fPIC -DPIC -o .libs/radeon_video.o mv -f .deps/radeon_video.Tpo .deps/radeon_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_bios.lo -MD -MP -MF .deps/radeon_bios.Tpo -c -o radeon_bios.lo ../../src/radeon_bios.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_bios.lo -MD -MP -MF .deps/radeon_bios.Tpo -c ../../src/radeon_bios.c -fPIC -DPIC -o .libs/radeon_bios.o mv -f .deps/radeon_bios.Tpo .deps/radeon_bios.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_mm_i2c.lo -MD -MP -MF .deps/radeon_mm_i2c.Tpo -c -o radeon_mm_i2c.lo ../../src/radeon_mm_i2c.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_mm_i2c.lo -MD -MP -MF .deps/radeon_mm_i2c.Tpo -c ../../src/radeon_mm_i2c.c -fPIC -DPIC -o .libs/radeon_mm_i2c.o mv -f .deps/radeon_mm_i2c.Tpo .deps/radeon_mm_i2c.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_vip.lo -MD -MP -MF .deps/radeon_vip.Tpo -c -o radeon_vip.lo ../../src/radeon_vip.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_vip.lo -MD -MP -MF .deps/radeon_vip.Tpo -c ../../src/radeon_vip.c -fPIC -DPIC -o .libs/radeon_vip.o mv -f .deps/radeon_vip.Tpo .deps/radeon_vip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_misc.lo -MD -MP -MF .deps/radeon_misc.Tpo -c -o radeon_misc.lo ../../src/radeon_misc.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_misc.lo -MD -MP -MF .deps/radeon_misc.Tpo -c ../../src/radeon_misc.c -fPIC -DPIC -o .libs/radeon_misc.o mv -f .deps/radeon_misc.Tpo .deps/radeon_misc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_probe.lo -MD -MP -MF .deps/radeon_probe.Tpo -c -o radeon_probe.lo ../../src/radeon_probe.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_probe.lo -MD -MP -MF .deps/radeon_probe.Tpo -c ../../src/radeon_probe.c -fPIC -DPIC -o .libs/radeon_probe.o mv -f .deps/radeon_probe.Tpo .deps/radeon_probe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT legacy_crtc.lo -MD -MP -MF .deps/legacy_crtc.Tpo -c -o legacy_crtc.lo ../../src/legacy_crtc.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT legacy_crtc.lo -MD -MP -MF .deps/legacy_crtc.Tpo -c ../../src/legacy_crtc.c -fPIC -DPIC -o .libs/legacy_crtc.o mv -f .deps/legacy_crtc.Tpo .deps/legacy_crtc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT legacy_output.lo -MD -MP -MF .deps/legacy_output.Tpo -c -o legacy_output.lo ../../src/legacy_output.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT legacy_output.lo -MD -MP -MF .deps/legacy_output.Tpo -c ../../src/legacy_output.c -fPIC -DPIC -o .libs/legacy_output.o mv -f .deps/legacy_output.Tpo .deps/legacy_output.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_textured_video.lo -MD -MP -MF .deps/radeon_textured_video.Tpo -c -o radeon_textured_video.lo ../../src/radeon_textured_video.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_textured_video.lo -MD -MP -MF .deps/radeon_textured_video.Tpo -c ../../src/radeon_textured_video.c -fPIC -DPIC -o .libs/radeon_textured_video.o mv -f .deps/radeon_textured_video.Tpo .deps/radeon_textured_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_crtc.lo -MD -MP -MF .deps/radeon_crtc.Tpo -c -o radeon_crtc.lo ../../src/radeon_crtc.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_crtc.lo -MD -MP -MF .deps/radeon_crtc.Tpo -c ../../src/radeon_crtc.c -fPIC -DPIC -o .libs/radeon_crtc.o mv -f .deps/radeon_crtc.Tpo .deps/radeon_crtc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_output.lo -MD -MP -MF .deps/radeon_output.Tpo -c -o radeon_output.lo ../../src/radeon_output.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_output.lo -MD -MP -MF .deps/radeon_output.Tpo -c ../../src/radeon_output.c -fPIC -DPIC -o .libs/radeon_output.o mv -f .deps/radeon_output.Tpo .deps/radeon_output.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_modes.lo -MD -MP -MF .deps/radeon_modes.Tpo -c -o radeon_modes.lo ../../src/radeon_modes.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_modes.lo -MD -MP -MF .deps/radeon_modes.Tpo -c ../../src/radeon_modes.c -fPIC -DPIC -o .libs/radeon_modes.o mv -f .deps/radeon_modes.Tpo .deps/radeon_modes.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_tv.lo -MD -MP -MF .deps/radeon_tv.Tpo -c -o radeon_tv.lo ../../src/radeon_tv.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_tv.lo -MD -MP -MF .deps/radeon_tv.Tpo -c ../../src/radeon_tv.c -fPIC -DPIC -o .libs/radeon_tv.o mv -f .deps/radeon_tv.Tpo .deps/radeon_tv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT CD_Operations.lo -MD -MP -MF .deps/CD_Operations.Tpo -c -o CD_Operations.lo `test -f 'AtomBios/CD_Operations.c' || echo '../../src/'`AtomBios/CD_Operations.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT CD_Operations.lo -MD -MP -MF .deps/CD_Operations.Tpo -c ../../src/AtomBios/CD_Operations.c -fPIC -DPIC -o .libs/CD_Operations.o mv -f .deps/CD_Operations.Tpo .deps/CD_Operations.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT Decoder.lo -MD -MP -MF .deps/Decoder.Tpo -c -o Decoder.lo `test -f 'AtomBios/Decoder.c' || echo '../../src/'`AtomBios/Decoder.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT Decoder.lo -MD -MP -MF .deps/Decoder.Tpo -c ../../src/AtomBios/Decoder.c -fPIC -DPIC -o .libs/Decoder.o mv -f .deps/Decoder.Tpo .deps/Decoder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT hwserv_drv.lo -MD -MP -MF .deps/hwserv_drv.Tpo -c -o hwserv_drv.lo `test -f 'AtomBios/hwserv_drv.c' || echo '../../src/'`AtomBios/hwserv_drv.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT hwserv_drv.lo -MD -MP -MF .deps/hwserv_drv.Tpo -c ../../src/AtomBios/hwserv_drv.c -fPIC -DPIC -o .libs/hwserv_drv.o mv -f .deps/hwserv_drv.Tpo .deps/hwserv_drv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_atombios.lo -MD -MP -MF .deps/radeon_atombios.Tpo -c -o radeon_atombios.lo ../../src/radeon_atombios.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_atombios.lo -MD -MP -MF .deps/radeon_atombios.Tpo -c ../../src/radeon_atombios.c -fPIC -DPIC -o .libs/radeon_atombios.o mv -f .deps/radeon_atombios.Tpo .deps/radeon_atombios.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_atomwrapper.lo -MD -MP -MF .deps/radeon_atomwrapper.Tpo -c -o radeon_atomwrapper.lo ../../src/radeon_atomwrapper.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_atomwrapper.lo -MD -MP -MF .deps/radeon_atomwrapper.Tpo -c ../../src/radeon_atomwrapper.c -fPIC -DPIC -o .libs/radeon_atomwrapper.o mv -f .deps/radeon_atomwrapper.Tpo .deps/radeon_atomwrapper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_dri.lo -MD -MP -MF .deps/radeon_dri.Tpo -c -o radeon_dri.lo ../../src/radeon_dri.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_dri.lo -MD -MP -MF .deps/radeon_dri.Tpo -c ../../src/radeon_dri.c -fPIC -DPIC -o .libs/radeon_dri.o ../../src/radeon_dri.c: In function 'RADEONDRIScreenInit': ../../src/radeon_dri.c:1580: warning: cast to pointer from integer of different size mv -f .deps/radeon_dri.Tpo .deps/radeon_dri.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_exa.lo -MD -MP -MF .deps/radeon_exa.Tpo -c -o radeon_exa.lo ../../src/radeon_exa.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT radeon_exa.lo -MD -MP -MF .deps/radeon_exa.Tpo -c ../../src/radeon_exa.c -fPIC -DPIC -o .libs/radeon_exa.o mv -f .deps/radeon_exa.Tpo .deps/radeon_exa.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_exa.lo -MD -MP -MF .deps/r600_exa.Tpo -c -o r600_exa.lo ../../src/r600_exa.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_exa.lo -MD -MP -MF .deps/r600_exa.Tpo -c ../../src/r600_exa.c -fPIC -DPIC -o .libs/r600_exa.o mv -f .deps/r600_exa.Tpo .deps/r600_exa.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r6xx_accel.lo -MD -MP -MF .deps/r6xx_accel.Tpo -c -o r6xx_accel.lo ../../src/r6xx_accel.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r6xx_accel.lo -MD -MP -MF .deps/r6xx_accel.Tpo -c ../../src/r6xx_accel.c -fPIC -DPIC -o .libs/r6xx_accel.o mv -f .deps/r6xx_accel.Tpo .deps/r6xx_accel.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_textured_videofuncs.lo -MD -MP -MF .deps/r600_textured_videofuncs.Tpo -c -o r600_textured_videofuncs.lo ../../src/r600_textured_videofuncs.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_textured_videofuncs.lo -MD -MP -MF .deps/r600_textured_videofuncs.Tpo -c ../../src/r600_textured_videofuncs.c -fPIC -DPIC -o .libs/r600_textured_videofuncs.o mv -f .deps/r600_textured_videofuncs.Tpo .deps/r600_textured_videofuncs.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_shader.lo -MD -MP -MF .deps/r600_shader.Tpo -c -o r600_shader.lo ../../src/r600_shader.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT r600_shader.lo -MD -MP -MF .deps/r600_shader.Tpo -c ../../src/r600_shader.c -fPIC -DPIC -o .libs/r600_shader.o mv -f .deps/r600_shader.Tpo .deps/r600_shader.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atombios_output.lo -MD -MP -MF .deps/atombios_output.Tpo -c -o atombios_output.lo ../../src/atombios_output.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atombios_output.lo -MD -MP -MF .deps/atombios_output.Tpo -c ../../src/atombios_output.c -fPIC -DPIC -o .libs/atombios_output.o mv -f .deps/atombios_output.Tpo .deps/atombios_output.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atombios_crtc.lo -MD -MP -MF .deps/atombios_crtc.Tpo -c -o atombios_crtc.lo ../../src/atombios_crtc.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT atombios_crtc.lo -MD -MP -MF .deps/atombios_crtc.Tpo -c ../../src/atombios_crtc.c -fPIC -DPIC -o .libs/atombios_crtc.o mv -f .deps/atombios_crtc.Tpo .deps/atombios_crtc.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -module -avoid-version -o radeon_drv.la -rpath /usr/lib/xorg/modules/drivers radeon_accel.lo radeon_cursor.lo radeon_dga.lo radeon_legacy_memory.lo radeon_driver.lo radeon_video.lo radeon_bios.lo radeon_mm_i2c.lo radeon_vip.lo radeon_misc.lo radeon_probe.lo legacy_crtc.lo legacy_output.lo radeon_textured_video.lo radeon_crtc.lo radeon_output.lo radeon_modes.lo radeon_tv.lo CD_Operations.lo Decoder.lo hwserv_drv.lo radeon_atombios.lo radeon_atomwrapper.lo radeon_dri.lo radeon_exa.lo r600_exa.lo r6xx_accel.lo r600_textured_videofuncs.lo r600_shader.lo atombios_output.lo atombios_crtc.lo -ldrm gcc -shared .libs/radeon_accel.o .libs/radeon_cursor.o .libs/radeon_dga.o .libs/radeon_legacy_memory.o .libs/radeon_driver.o .libs/radeon_video.o .libs/radeon_bios.o .libs/radeon_mm_i2c.o .libs/radeon_vip.o .libs/radeon_misc.o .libs/radeon_probe.o .libs/legacy_crtc.o .libs/legacy_output.o .libs/radeon_textured_video.o .libs/radeon_crtc.o .libs/radeon_output.o .libs/radeon_modes.o .libs/radeon_tv.o .libs/CD_Operations.o .libs/Decoder.o .libs/hwserv_drv.o .libs/radeon_atombios.o .libs/radeon_atomwrapper.o .libs/radeon_dri.o .libs/radeon_exa.o .libs/r600_exa.o .libs/r6xx_accel.o .libs/r600_textured_videofuncs.o .libs/r600_shader.o .libs/atombios_output.o .libs/atombios_crtc.o -ldrm -Wl,-soname -Wl,radeon_drv.so -o .libs/radeon_drv.so creating radeon_drv.la (cd .libs && rm -f radeon_drv.la && ln -s ../radeon_drv.la radeon_drv.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -DMICROC_DIR=\"/usr/lib/xorg/modules/multimedia\" -Wall -g -fvisibility=hidden -O2 -MT theatre200_drv_la-theatre200.lo -MD -MP -MF .deps/theatre200_drv_la-theatre200.Tpo -c -o theatre200_drv_la-theatre200.lo `test -f 'theatre200.c' || echo '../../src/'`theatre200.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -DMICROC_DIR=\"/usr/lib/xorg/modules/multimedia\" -Wall -g -fvisibility=hidden -O2 -MT theatre200_drv_la-theatre200.lo -MD -MP -MF .deps/theatre200_drv_la-theatre200.Tpo -c ../../src/theatre200.c -fPIC -DPIC -o .libs/theatre200_drv_la-theatre200.o mv -f .deps/theatre200_drv_la-theatre200.Tpo .deps/theatre200_drv_la-theatre200.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -DMICROC_DIR=\"/usr/lib/xorg/modules/multimedia\" -Wall -g -fvisibility=hidden -O2 -MT theatre200_drv_la-theatre200_module.lo -MD -MP -MF .deps/theatre200_drv_la-theatre200_module.Tpo -c -o theatre200_drv_la-theatre200_module.lo `test -f 'theatre200_module.c' || echo '../../src/'`theatre200_module.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -DMICROC_DIR=\"/usr/lib/xorg/modules/multimedia\" -Wall -g -fvisibility=hidden -O2 -MT theatre200_drv_la-theatre200_module.lo -MD -MP -MF .deps/theatre200_drv_la-theatre200_module.Tpo -c ../../src/theatre200_module.c -fPIC -DPIC -o .libs/theatre200_drv_la-theatre200_module.o mv -f .deps/theatre200_drv_la-theatre200_module.Tpo .deps/theatre200_drv_la-theatre200_module.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -DMICROC_DIR=\"/usr/lib/xorg/modules/multimedia\" -Wall -g -fvisibility=hidden -O2 -module -avoid-version -o theatre200_drv.la -rpath /usr/lib/xorg/modules/multimedia theatre200_drv_la-theatre200.lo theatre200_drv_la-theatre200_module.lo gcc -shared .libs/theatre200_drv_la-theatre200.o .libs/theatre200_drv_la-theatre200_module.o -Wl,-soname -Wl,theatre200_drv.so -o .libs/theatre200_drv.so creating theatre200_drv.la (cd .libs && rm -f theatre200_drv.la && ln -s ../theatre200_drv.la theatre200_drv.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_detect.lo -MD -MP -MF .deps/theatre_detect.Tpo -c -o theatre_detect.lo ../../src/theatre_detect.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_detect.lo -MD -MP -MF .deps/theatre_detect.Tpo -c ../../src/theatre_detect.c -fPIC -DPIC -o .libs/theatre_detect.o mv -f .deps/theatre_detect.Tpo .deps/theatre_detect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_detect_module.lo -MD -MP -MF .deps/theatre_detect_module.Tpo -c -o theatre_detect_module.lo ../../src/theatre_detect_module.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_detect_module.lo -MD -MP -MF .deps/theatre_detect_module.Tpo -c ../../src/theatre_detect_module.c -fPIC -DPIC -o .libs/theatre_detect_module.o mv -f .deps/theatre_detect_module.Tpo .deps/theatre_detect_module.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -module -avoid-version -o theatre_detect_drv.la -rpath /usr/lib/xorg/modules/multimedia theatre_detect.lo theatre_detect_module.lo gcc -shared .libs/theatre_detect.o .libs/theatre_detect_module.o -Wl,-soname -Wl,theatre_detect_drv.so -o .libs/theatre_detect_drv.so creating theatre_detect_drv.la (cd .libs && rm -f theatre_detect_drv.la && ln -s ../theatre_detect_drv.la theatre_detect_drv.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre.lo -MD -MP -MF .deps/theatre.Tpo -c -o theatre.lo ../../src/theatre.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre.lo -MD -MP -MF .deps/theatre.Tpo -c ../../src/theatre.c -fPIC -DPIC -o .libs/theatre.o mv -f .deps/theatre.Tpo .deps/theatre.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_module.lo -MD -MP -MF .deps/theatre_module.Tpo -c -o theatre_module.lo ../../src/theatre_module.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -MT theatre_module.lo -MD -MP -MF .deps/theatre_module.Tpo -c ../../src/theatre_module.c -fPIC -DPIC -o .libs/theatre_module.o mv -f .deps/theatre_module.Tpo .deps/theatre_module.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -Wall -g -fvisibility=hidden -O2 -module -avoid-version -o theatre_drv.la -rpath /usr/lib/xorg/modules/multimedia theatre.lo theatre_module.lo gcc -shared .libs/theatre.o .libs/theatre_module.o -Wl,-soname -Wl,theatre_drv.so -o .libs/theatre_drv.so creating theatre_drv.la (cd .libs && rm -f theatre_drv.la && ln -s ../theatre_drv.la theatre_drv.la) cat ../../src/ati_pciids_gen.h \ | grep -v PCI_CHIP_MACH32 | grep -v PCI_CHIP_MACH64 | grep -v PCI_CHIP_RAGE128 \ | awk '/^#define.*PCI_CHIP/ {print $3}' \ | sed -e 's/0x/1002/' > radeon.ids make[3]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' Making all in man make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' sed -e 's|__vendorversion__|"xf86-video-ati 6.12.2" "X Version 11"|' -e 's|__xorgversion__|"xf86-video-ati 6.12.2" "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/ati.man > ati.4 sed -e 's|__vendorversion__|"xf86-video-ati 6.12.2" "X Version 11"|' -e 's|__xorgversion__|"xf86-video-ati 6.12.2" "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/radeon.man > radeon.4 make[3]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[2]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[1]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' >build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs cd obj-i486-linux-gnu && /usr/bin/make DESTDIR=/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp install make[1]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' Making install in src make[2]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../libtool --mode=install /usr/bin/install -c 'ati_drv.la' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/ati_drv.la' /usr/bin/install -c .libs/ati_drv.so /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/ati_drv.so /usr/bin/install -c .libs/ati_drv.lai /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/ati_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' test -z "/usr/share/xserver-xorg/pci" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/share/xserver-xorg/pci" /usr/bin/install -c -m 644 'radeon.ids' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/share/xserver-xorg/pci/radeon.ids' test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../libtool --mode=install /usr/bin/install -c 'radeon_drv.la' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/radeon_drv.la' /usr/bin/install -c .libs/radeon_drv.so /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/radeon_drv.so /usr/bin/install -c .libs/radeon_drv.lai /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/drivers/radeon_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' test -z "/usr/lib/xorg/modules/multimedia" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia" /bin/sh ../libtool --mode=install /usr/bin/install -c 'theatre200_drv.la' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre200_drv.la' /usr/bin/install -c .libs/theatre200_drv.so /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre200_drv.so /usr/bin/install -c .libs/theatre200_drv.lai /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre200_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/multimedia' test -z "/usr/lib/xorg/modules/multimedia" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia" /bin/sh ../libtool --mode=install /usr/bin/install -c 'theatre_detect_drv.la' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_detect_drv.la' /usr/bin/install -c .libs/theatre_detect_drv.so /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so /usr/bin/install -c .libs/theatre_detect_drv.lai /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_detect_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/multimedia' test -z "/usr/lib/xorg/modules/multimedia" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia" /bin/sh ../libtool --mode=install /usr/bin/install -c 'theatre_drv.la' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_drv.la' /usr/bin/install -c .libs/theatre_drv.so /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_drv.so /usr/bin/install -c .libs/theatre_drv.lai /home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/lib/xorg/modules/multimedia/theatre_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/multimedia' make[3]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' make[2]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/src' Making install in man make[2]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man4" || /bin/mkdir -p "/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/share/man/man4" /usr/bin/install -c -m 644 'ati.4' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/share/man/man4/ati.4' /usr/bin/install -c -m 644 'radeon.4' '/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/debian/tmp/usr/share/man/man4/radeon.4' make[3]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' make[2]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu/man' make[2]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[3]: Entering directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-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/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[2]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' make[1]: Leaving directory `/home/bgoglin/debian/xorg/driver/ati/xserver-xorg-video-ati-6.12.2-lenny/obj-i486-linux-gnu' echo "xserver:Depends=xserver-xorg-core (>= 2:1.4)" >> debian/xserver-xorg-video-ati.substvars echo "xviddriver:Provides=xserver-xorg-video-2" >> debian/xserver-xorg-video-ati.substvars echo "xinpdriver:Provides=xserver-xorg-input-2" >> debian/xserver-xorg-video-ati.substvars dh_testdir dh_testroot dh_installdocs dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing --exclude=.la --exclude=usr/share/man/man4 dh_installman dh_link dh_strip -pxserver-xorg-video-ati --dbg-package=xserver-xorg-video-ati-dbg dh_strip -pxserver-xorg-video-radeon --dbg-package=xserver-xorg-video-radeon-dbg dh_compress dh_fixperms dh_installdeb dh_shlibdeps -- --warnings=6 cp -f debian/xserver-xorg-video-ati.substvars debian/xserver-xorg-video-radeon.substvars # xsfbs serverabi hack dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `xserver-xorg-video-ati' in `../xserver-xorg-video-ati_6.12.2-1~lenny1_i386.deb'. dpkg-deb: building package `xserver-xorg-video-ati-dbg' in `../xserver-xorg-video-ati-dbg_6.12.2-1~lenny1_i386.deb'. dpkg-deb: building package `xserver-xorg-video-radeon' in `../xserver-xorg-video-radeon_6.12.2-1~lenny1_i386.deb'. dpkg-deb: building package `xserver-xorg-video-radeon-dbg' in `../xserver-xorg-video-radeon-dbg_6.12.2-1~lenny1_i386.deb'. dpkg-genchanges >../xserver-xorg-video-ati_6.12.2-1~lenny1_i386.changes dpkg-genchanges: warning: the current version (1:6.12.2-1~lenny1) is smaller than the previous one (1:6.12.2-1) dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included) Now signing changes and any dsc files... signfile xserver-xorg-video-ati_6.12.2-1~lenny1.dsc Brice Goglin gpg: skipped "Brice Goglin ": secret key not available gpg: [stdin]: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....