[build-status: 57916] Log for successful build of clutter_0.2.1-1 (dist=unstable)

Build Daemon buildd at linux-m32r.org
Tue Mar 6 20:11:23 JST 2007


Automatic build of clutter_0.2.1-1 on mappi006 by sbuild/m32r 1.7
Build started at 20070306-1938
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 652kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main clutter 0.2.1-1 (dsc) [671B]
Get:2 http://debian.linux-m32r.org 06_devonian/main clutter 0.2.1-1 (tar) [649kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main clutter 0.2.1-1 (diff) [1805B]
Fetched 652kB in 4s (148kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), cdbs, libgl1-mesa-dev, libgtk2.0-dev, gtk-doc-tools
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 5.0.42 >= 5)
cdbs: already installed
libgl1-mesa-dev: already installed
libgtk2.0-dev: already installed
gtk-doc-tools: already installed
Checking for source dependency conflicts...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
gpg: Signature made Fri Feb  9 01:10:07 2007 JST using DSA key ID D0B433DF
gpg: Can't check signature: public key not found
dpkg-source: extracting clutter in clutter-0.2.1
dpkg-source: unpacking clutter_0.2.1.orig.tar.gz
dpkg-source: applying /debian/buildd3/build/clutter_0.2.1-1.diff.gz
dpkg-buildpackage: source package is clutter
dpkg-buildpackage: source version is 0.2.1-1
dpkg-buildpackage: source changed by Ross Burton <ross at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.2.1-1
 /usr/bin/fakeroot debian/rules clean
test -x debian/rules
test "`id -u`" = 0
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches: 
if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "reverse-patches" != "reverse-patches" ] ; then \
		/usr/bin/make -f debian/rules update-config ; \
	fi
for dir in debian/patches ; do \
	    rm -f $dir/*.log ; \
	done
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
dh_clean 
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
 debian/rules build
test -x debian/rules
mkdir -p "."
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches: 
if [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
		/usr/bin/make -f debian/rules update-config ; \
	fi
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
touch debian/stamp-autotools-files
chmod a+x /build/buildd3/clutter-0.2.1/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" LDFLAGS="-Wl,-O1 -Wl,--as-needed" /build/buildd3/clutter-0.2.1/./configure --build=m32r-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/clutter" --disable-maintainer-mode --disable-dependency-tracking --srcdir=.   
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
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 cc... /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 recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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... 32768
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc 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
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memset... yes
checking for munmap... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X11... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glXCreateContext in -lGL... yes
checking for CLUTTER_DEPS... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating clutter/pango/Makefile
config.status: creating clutter/Makefile
config.status: creating clutter/clutter-version.h
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference/Makefile
config.status: creating doc/reference/version.xml
config.status: creating clutter.pc
config.status: creating config.h
config.status: executing depfiles commands

                    Clutter 0.2.1
                 ===================

                   prefix:   /usr

              Debug level:   minimum
            Documentation:   no
                      FPU:   yes

/usr/bin/make -C . 
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
/usr/bin/make  all-recursive
make[2]: Entering directory `/build/buildd3/clutter-0.2.1'
Making all in clutter
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
`pkg-config --variable=glib_genmarshal glib-2.0` \
		--prefix=clutter_marshal \
		--header \
	  ./clutter-marshal.list > xgen-cmh \
	&& (cmp -s xgen-cmh clutter-marshal.h || cp xgen-cmh clutter-marshal.h ) \
	&& rm -f xgen-cmh \
	&& echo timestamp > stamp-clutter-marshal.h
( echo "#include \"clutter-marshal.h\"" ; \
	  `pkg-config --variable=glib_genmarshal glib-2.0` \
	  	--prefix=clutter_marshal \
		--body \
	  ./clutter-marshal.list --body ) >> xgen-cmc \
	&& cp xgen-cmc clutter-marshal.c \
	&& rm -f xgen-cmc
`pkg-config --variable=glib_mkenums glib-2.0` \
		--fhead "#ifndef __CLUTTER_ENUM_TYPES_H__\n" \
                --fhead "#define __CLUTTER_ENUM_TYPES_H__\n\n" \
		--fhead "G_BEGIN_DECLS\n\n" \
		--ftail "G_END_DECLS\n\n" \
		--ftail "#endif\n" \
		--fprod "/* --- @filename@ --- */\n" \
		--eprod "#define CLUTTER_TYPE_ at ENUMSHORT@ @enum_name at _get_type()\n" \
		--eprod "GType @enum_name at _get_type (void);\n\n" \
	./clutter-keysyms.h ./clutter-util.h ./clutter-fixed.h ./clutter-event.h ./clutter-color.h ./clutter-feature.h ./clutter-timeline.h ./clutter-actor.h ./clutter-group.h ./clutter-stage.h ./clutter-rectangle.h ./clutter-texture.h ./clutter-clone-texture.h ./clutter-label.h ./clutter-behaviour.h ./clutter-behaviour-opacity.h ./clutter-behaviour-path.h ./clutter-behaviour-scale.h ./clutter-alpha.h ./clutter-media.h ./clutter-version.h ./clutter-main.h >> xgen-ceth \
	&& (cmp xgen-ceth clutter-enum-types.h || cp xgen-ceth clutter-enum-types.h) \
	&& rm -f xgen-ceth \
	&& echo timestamp > stamp-clutter-enum-types.h
/usr/bin/make  all-recursive
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
Making all in pango
make[5]: Entering directory `/build/buildd3/clutter-0.2.1/clutter/pango'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall  -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -I../..    -g -Wall -O2 -c -o pangoclutter-font.lo pangoclutter-font.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I../.. -g -Wall -O2 -c pangoclutter-font.c  -fPIC -DPIC -o .libs/pangoclutter-font.o
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall  -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -I../..    -g -Wall -O2 -c -o pangoclutter-fontmap.lo pangoclutter-fontmap.c
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I../.. -g -Wall -O2 -c pangoclutter-fontmap.c  -fPIC -DPIC -o .libs/pangoclutter-fontmap.o
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall  -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -I../..    -g -Wall -O2 -c -o pangoclutter-render.lo pangoclutter-render.c
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I../.. -g -Wall -O2 -c pangoclutter-render.c  -fPIC -DPIC -o .libs/pangoclutter-render.o
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -Wall -O2  -Wl,-O1 -Wl,--as-needed -o libpangoclutter.la   pangoclutter-font.lo pangoclutter-fontmap.lo pangoclutter-render.lo    
ar cru .libs/libpangoclutter.a .libs/pangoclutter-font.o .libs/pangoclutter-fontmap.o .libs/pangoclutter-render.o
ranlib .libs/libpangoclutter.a
creating libpangoclutter.la
(cd .libs && rm -f libpangoclutter.la && ln -s ../libpangoclutter.la libpangoclutter.la)
make[5]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter/pango'
make[5]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-marshal.lo clutter-marshal.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-marshal.c  -fPIC -DPIC -o .libs/clutter-marshal.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-main.lo clutter-main.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-main.c  -fPIC -DPIC -o .libs/clutter-main.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-util.lo clutter-util.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-util.c  -fPIC -DPIC -o .libs/clutter-util.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-feature.lo clutter-feature.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-feature.c  -fPIC -DPIC -o .libs/clutter-feature.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-fixed.lo clutter-fixed.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-fixed.c  -fPIC -DPIC -o .libs/clutter-fixed.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-event.lo clutter-event.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-event.c  -fPIC -DPIC -o .libs/clutter-event.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-color.lo clutter-color.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-color.c  -fPIC -DPIC -o .libs/clutter-color.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-timeline.lo clutter-timeline.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-timeline.c  -fPIC -DPIC -o .libs/clutter-timeline.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-group.lo clutter-group.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-group.c  -fPIC -DPIC -o .libs/clutter-group.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-stage.lo clutter-stage.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-stage.c  -fPIC -DPIC -o .libs/clutter-stage.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-rectangle.lo clutter-rectangle.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-rectangle.c  -fPIC -DPIC -o .libs/clutter-rectangle.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-texture.lo clutter-texture.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-texture.c  -fPIC -DPIC -o .libs/clutter-texture.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-clone-texture.lo clutter-clone-texture.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-clone-texture.c  -fPIC -DPIC -o .libs/clutter-clone-texture.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-label.lo clutter-label.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-label.c  -fPIC -DPIC -o .libs/clutter-label.o
In file included from clutter-label.c:41:
../clutter/pango/pangoclutter.h:27:1: warning: "G_DISABLE_CAST_CHECKS" redefined
<command line>:1:1: warning: this is the location of the previous definition
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-actor.lo clutter-actor.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-actor.c  -fPIC -DPIC -o .libs/clutter-actor.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-behaviour.lo clutter-behaviour.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-behaviour.c  -fPIC -DPIC -o .libs/clutter-behaviour.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-behaviour-opacity.lo clutter-behaviour-opacity.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-behaviour-opacity.c  -fPIC -DPIC -o .libs/clutter-behaviour-opacity.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-behaviour-path.lo clutter-behaviour-path.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-behaviour-path.c  -fPIC -DPIC -o .libs/clutter-behaviour-path.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-behaviour-scale.lo clutter-behaviour-scale.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-behaviour-scale.c  -fPIC -DPIC -o .libs/clutter-behaviour-scale.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-alpha.lo clutter-alpha.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-alpha.c  -fPIC -DPIC -o .libs/clutter-alpha.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-media.lo clutter-media.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-media.c  -fPIC -DPIC -o .libs/clutter-media.o
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0    -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS    -g -Wall -O2 -c -o clutter-enum-types.lo clutter-enum-types.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../clutter/pango -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Clutter\" -g -Wall -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -DCLUTTER_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -g -Wall -O2 -c clutter-enum-types.c  -fPIC -DPIC -o .libs/clutter-enum-types.o
/bin/sh ../libtool --tag=CC --mode=link cc  -g -Wall -O2  -Wl,-O1 -Wl,--as-needed -o libclutter-0.2.la -rpath /usr/lib -version-info 200:1:200 clutter-marshal.lo clutter-main.lo clutter-util.lo clutter-feature.lo clutter-fixed.lo clutter-event.lo clutter-color.lo clutter-timeline.lo clutter-group.lo clutter-stage.lo clutter-rectangle.lo clutter-texture.lo clutter-clone-texture.lo clutter-label.lo clutter-actor.lo clutter-behaviour.lo clutter-behaviour-opacity.lo clutter-behaviour-path.lo clutter-behaviour-scale.lo clutter-alpha.lo clutter-media.lo clutter-enum-types.lo   -lX11   -lGL -pthread -lpangoft2-1.0 -lpango-1.0 -lgthread-2.0 -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   ../clutter/pango/libpangoclutter.la 
cc -shared  .libs/clutter-marshal.o .libs/clutter-main.o .libs/clutter-util.o .libs/clutter-feature.o .libs/clutter-fixed.o .libs/clutter-event.o .libs/clutter-color.o .libs/clutter-timeline.o .libs/clutter-group.o .libs/clutter-stage.o .libs/clutter-rectangle.o .libs/clutter-texture.o .libs/clutter-clone-texture.o .libs/clutter-label.o .libs/clutter-actor.o .libs/clutter-behaviour.o .libs/clutter-behaviour-opacity.o .libs/clutter-behaviour-path.o .libs/clutter-behaviour-scale.o .libs/clutter-alpha.o .libs/clutter-media.o .libs/clutter-enum-types.o -Wl,--whole-archive ../clutter/pango/.libs/libpangoclutter.a -Wl,--no-whole-archive  -lX11 -lGL /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so  -Wl,-O1 -Wl,--as-needed -pthread -Wl,-soname -Wl,libclutter-0.2.so.0 -o .libs/libclutter-0.2.so.0.200.1
(cd .libs && rm -f libclutter-0.2.so.0 && ln -s libclutter-0.2.so.0.200.1 libclutter-0.2.so.0)
(cd .libs && rm -f libclutter-0.2.so && ln -s libclutter-0.2.so.0.200.1 libclutter-0.2.so)
creating libclutter-0.2.la
(cd .libs && rm -f libclutter-0.2.la && ln -s ../libclutter-0.2.la libclutter-0.2.la)
make[5]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
Making all in doc
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/doc'
Making all in reference
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/doc'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/doc'
Making all in examples
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/examples'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../   -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0     -g -Wall -O2 -c -o test-test.o `test -f 'test.c' || echo './'`test.c
test.c: In function 'main':
test.c:114: warning: missing sentinel in function call
test.c:119: warning: missing sentinel in function call
test.c:124: warning: missing sentinel in function call
/bin/sh ../libtool --tag=CC --mode=link cc  -g -Wall -O2  -Wl,-O1 -Wl,--as-needed -o test -lX11   -lGL -pthread -lpangoft2-1.0 -lpango-1.0 -lgthread-2.0 -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0     test-test.o ../clutter/libclutter-0.2.la 
mkdir .libs
cc -g -Wall -O2 -Wl,-O1 -Wl,--as-needed -o .libs/test -pthread test-test.o  -lX11 -lGL /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so ../clutter/.libs/libclutter-0.2.so
creating test
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../   -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0     -g -Wall -O2 -c -o super_oh-super-oh.o `test -f 'super-oh.c' || echo './'`super-oh.c
super-oh.c: In function 'input_cb':
super-oh.c:70: warning: unused variable 'oh'
super-oh.c: In function 'frame_cb':
super-oh.c:107: warning: unused variable 'stage'
super-oh.c: In function 'main':
super-oh.c:256: warning: missing sentinel in function call
/bin/sh ../libtool --tag=CC --mode=link cc  -g -Wall -O2  -Wl,-O1 -Wl,--as-needed -o super-oh -lX11   -lGL -pthread -lpangoft2-1.0 -lpango-1.0 -lgthread-2.0 -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0     super_oh-super-oh.o ../clutter/libclutter-0.2.la 
cc -g -Wall -O2 -Wl,-O1 -Wl,--as-needed -o .libs/super-oh -pthread super_oh-super-oh.o  -lX11 -lGL /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so ../clutter/.libs/libclutter-0.2.so
creating super-oh
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../   -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0     -g -Wall -O2 -c -o behave-behave.o `test -f 'behave.c' || echo './'`behave.c
behave.c: In function 'main':
behave.c:60: warning: missing sentinel in function call
/bin/sh ../libtool --tag=CC --mode=link cc  -g -Wall -O2  -Wl,-O1 -Wl,--as-needed -o behave -lX11   -lGL -pthread -lpangoft2-1.0 -lpango-1.0 -lgthread-2.0 -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0     behave-behave.o ../clutter/libclutter-0.2.la 
cc -g -Wall -O2 -Wl,-O1 -Wl,--as-needed -o .libs/behave -pthread behave-behave.o  -lX11 -lGL /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so ../clutter/.libs/libclutter-0.2.so
creating behave
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/examples'
make[3]: Entering directory `/build/buildd3/clutter-0.2.1'
cp clutter.pc clutter-0.2.pc
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1'
make[2]: Leaving directory `/build/buildd3/clutter-0.2.1'
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
 /usr/bin/fakeroot debian/rules binary
test -x debian/rules
test "`id -u`" = 0
dh_clean -k 
dh_installdirs -A 
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/build/buildd3/clutter-0.2.1/debian/tmp/
make[1]: Entering directory `/build/buildd3/clutter-0.2.1'
Making install in clutter
make[2]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
/usr/bin/make  install-recursive
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
Making install in pango
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/clutter/pango'
make[5]: Entering directory `/build/buildd3/clutter-0.2.1/clutter/pango'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/clutter-0.2/clutter" || mkdir -p -- "/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter"
 /usr/bin/ginstall -c -m 644 'pangoclutter.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/pangoclutter.h'
make[5]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter/pango'
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter/pango'
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
make[5]: Entering directory `/build/buildd3/clutter-0.2.1/clutter'
test -z "/usr/lib" || mkdir -p -- "/build/buildd3/clutter-0.2.1/debian/tmp//usr/lib"
 /bin/sh ../libtool --mode=install /usr/bin/ginstall -c  'libclutter-0.2.la' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/lib/libclutter-0.2.la'
/usr/bin/ginstall -c .libs/libclutter-0.2.so.0.200.1 /build/buildd3/clutter-0.2.1/debian/tmp//usr/lib/libclutter-0.2.so.0.200.1
(cd /build/buildd3/clutter-0.2.1/debian/tmp//usr/lib && { ln -s -f libclutter-0.2.so.0.200.1 libclutter-0.2.so.0 || { rm -f libclutter-0.2.so.0 && ln -s libclutter-0.2.so.0.200.1 libclutter-0.2.so.0; }; })
(cd /build/buildd3/clutter-0.2.1/debian/tmp//usr/lib && { ln -s -f libclutter-0.2.so.0.200.1 libclutter-0.2.so || { rm -f libclutter-0.2.so && ln -s libclutter-0.2.so.0.200.1 libclutter-0.2.so; }; })
/usr/bin/ginstall -c .libs/libclutter-0.2.lai /build/buildd3/clutter-0.2.1/debian/tmp//usr/lib/libclutter-0.2.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/clutter-0.2/clutter" || mkdir -p -- "/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter"
 /usr/bin/ginstall -c -m 644 './clutter-keysyms.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-keysyms.h'
 /usr/bin/ginstall -c -m 644 './clutter-util.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-util.h'
 /usr/bin/ginstall -c -m 644 './clutter-fixed.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-fixed.h'
 /usr/bin/ginstall -c -m 644 './clutter-event.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-event.h'
 /usr/bin/ginstall -c -m 644 './clutter-color.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-color.h'
 /usr/bin/ginstall -c -m 644 './clutter-feature.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-feature.h'
 /usr/bin/ginstall -c -m 644 './clutter-timeline.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-timeline.h'
 /usr/bin/ginstall -c -m 644 './clutter-actor.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-actor.h'
 /usr/bin/ginstall -c -m 644 './clutter-group.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-group.h'
 /usr/bin/ginstall -c -m 644 './clutter-stage.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-stage.h'
 /usr/bin/ginstall -c -m 644 './clutter-rectangle.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-rectangle.h'
 /usr/bin/ginstall -c -m 644 './clutter-texture.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-texture.h'
 /usr/bin/ginstall -c -m 644 './clutter-clone-texture.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-clone-texture.h'
 /usr/bin/ginstall -c -m 644 './clutter-label.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-label.h'
 /usr/bin/ginstall -c -m 644 './clutter-behaviour.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-behaviour.h'
 /usr/bin/ginstall -c -m 644 './clutter-behaviour-opacity.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-behaviour-opacity.h'
 /usr/bin/ginstall -c -m 644 './clutter-behaviour-path.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-behaviour-path.h'
 /usr/bin/ginstall -c -m 644 './clutter-behaviour-scale.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-behaviour-scale.h'
 /usr/bin/ginstall -c -m 644 './clutter-alpha.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-alpha.h'
 /usr/bin/ginstall -c -m 644 './clutter-media.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-media.h'
 /usr/bin/ginstall -c -m 644 './clutter-version.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-version.h'
 /usr/bin/ginstall -c -m 644 './clutter-main.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-main.h'
 /usr/bin/ginstall -c -m 644 'clutter-marshal.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-marshal.h'
 /usr/bin/ginstall -c -m 644 'clutter-enum-types.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter-enum-types.h'
 /usr/bin/ginstall -c -m 644 'clutter.h' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/include/clutter-0.2/clutter/clutter.h'
make[5]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
make[2]: Leaving directory `/build/buildd3/clutter-0.2.1/clutter'
Making install in doc
make[2]: Entering directory `/build/buildd3/clutter-0.2.1/doc'
Making install in reference
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[4]: Nothing to be done for `install-exec-am'.
installfiles=`echo ./html/*`; \
	if test "$installfiles" = './html/*'; \
	then echo '-- Nothing to install' ; \
	else \
	  /build/buildd3/clutter-0.2.1/install-sh -d /build/buildd3/clutter-0.2.1/debian/tmp//usr/share/gtk-doc/html/clutter; \
	  for i in $installfiles; do \
	    echo '-- Installing '$i ; \
	    /usr/bin/ginstall -c -m 644 $i /build/buildd3/clutter-0.2.1/debian/tmp//usr/share/gtk-doc/html/clutter; \
	  done; \
	  echo '-- Installing ./html/index.sgml' ; \
	  /usr/bin/ginstall -c -m 644 ./html/index.sgml /build/buildd3/clutter-0.2.1/debian/tmp//usr/share/gtk-doc/html/clutter || :; \
	fi
-- Installing ./html/ClutterActor.html
-- Installing ./html/ClutterAlpha.html
-- Installing ./html/ClutterBehaviour.html
-- Installing ./html/ClutterBehaviourOpacity.html
-- Installing ./html/ClutterBehaviourPath.html
-- Installing ./html/ClutterBehaviourScale.html
-- Installing ./html/ClutterCloneTexture.html
-- Installing ./html/ClutterGroup.html
-- Installing ./html/ClutterLabel.html
-- Installing ./html/ClutterRectangle.html
-- Installing ./html/ClutterStage.html
-- Installing ./html/ClutterTexture.html
-- Installing ./html/ClutterTimeline.html
-- Installing ./html/ch01.html
-- Installing ./html/ch02.html
-- Installing ./html/ch03.html
-- Installing ./html/ch04.html
-- Installing ./html/clutter-clutter-color.html
-- Installing ./html/clutter-clutter-event.html
-- Installing ./html/clutter-clutter-fixed.html
-- Installing ./html/clutter-clutter-main.html
-- Installing ./html/clutter-clutter-media.html
-- Installing ./html/clutter-clutter-util.html
-- Installing ./html/clutter-clutter-version.html
-- Installing ./html/clutter.devhelp
-- Installing ./html/clutter.devhelp2
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/ix01.html
-- Installing ./html/left.png
-- Installing ./html/license.html
-- Installing ./html/right.png
-- Installing ./html/style.css
-- Installing ./html/up.png
-- Installing ./html/index.sgml
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/doc/reference'
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/doc'
make[4]: Entering directory `/build/buildd3/clutter-0.2.1/doc'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/build/buildd3/clutter-0.2.1/doc'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/doc'
make[2]: Leaving directory `/build/buildd3/clutter-0.2.1/doc'
Making install in examples
make[2]: Entering directory `/build/buildd3/clutter-0.2.1/examples'
make[3]: Entering directory `/build/buildd3/clutter-0.2.1/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1/examples'
make[2]: Leaving directory `/build/buildd3/clutter-0.2.1/examples'
make[2]: Entering directory `/build/buildd3/clutter-0.2.1'
make[3]: Entering directory `/build/buildd3/clutter-0.2.1'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/build/buildd3/clutter-0.2.1/debian/tmp//usr/lib/pkgconfig"
 /usr/bin/ginstall -c -m 644 'clutter-0.2.pc' '/build/buildd3/clutter-0.2.1/debian/tmp//usr/lib/pkgconfig/clutter-0.2.pc'
make[3]: Leaving directory `/build/buildd3/clutter-0.2.1'
make[2]: Leaving directory `/build/buildd3/clutter-0.2.1'
make[1]: Leaving directory `/build/buildd3/clutter-0.2.1'
dh_installdirs -plibclutter-doc 
dh_installdocs -plibclutter-doc ./README ./NEWS ./TODO ./AUTHORS  
dh_installexamples -plibclutter-doc 
dh_installman -plibclutter-doc  
dh_installinfo -plibclutter-doc  
dh_installmenu -plibclutter-doc 
dh_installcron -plibclutter-doc 
dh_installinit -plibclutter-doc   
dh_installdebconf -plibclutter-doc 
dh_installemacsen -plibclutter-doc   
dh_installcatalogs -plibclutter-doc 
dh_installpam -plibclutter-doc 
dh_installlogrotate -plibclutter-doc 
dh_installlogcheck -plibclutter-doc 
dh_installmime -plibclutter-doc 
dh_installchangelogs -plibclutter-doc  ./ChangeLog 
dh_installudev -plibclutter-doc 
dh_install -plibclutter-doc  
dh_link -plibclutter-doc  
dh_strip -plibclutter-doc  --dbg-package=libclutter-0.2-dbg
dh_compress -plibclutter-doc  
dh_fixperms -plibclutter-doc  
dh_makeshlibs -plibclutter-doc  
dh_installdeb -plibclutter-doc 
dh_perl -plibclutter-doc 
dh_shlibdeps -plibclutter-doc    
dh_gencontrol -plibclutter-doc 
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibclutter-doc 
dh_builddeb -plibclutter-doc 
dpkg-deb: building package `libclutter-doc' in `../libclutter-doc_0.2.1-1_all.deb'.
dh_installdirs -plibclutter-0.2-0 
dh_installdirs -plibclutter-0.2-dev 
dh_installdirs -plibclutter-0.2-dbg 
dh_installdocs -plibclutter-0.2-0 ./README ./NEWS ./TODO ./AUTHORS  
dh_installexamples -plibclutter-0.2-0 
dh_installman -plibclutter-0.2-0  
dh_installinfo -plibclutter-0.2-0  
dh_installmenu -plibclutter-0.2-0 
dh_installcron -plibclutter-0.2-0 
dh_installinit -plibclutter-0.2-0   
dh_installdebconf -plibclutter-0.2-0 
dh_installemacsen -plibclutter-0.2-0   
dh_installcatalogs -plibclutter-0.2-0 
dh_installpam -plibclutter-0.2-0 
dh_installlogrotate -plibclutter-0.2-0 
dh_installlogcheck -plibclutter-0.2-0 
dh_installmime -plibclutter-0.2-0 
dh_installchangelogs -plibclutter-0.2-0  ./ChangeLog 
dh_installudev -plibclutter-0.2-0 
dh_install -plibclutter-0.2-0  
dh_link -plibclutter-0.2-0  
dh_installdocs -plibclutter-0.2-dev ./README ./NEWS ./TODO ./AUTHORS  
dh_installexamples -plibclutter-0.2-dev 
dh_installman -plibclutter-0.2-dev  
dh_installinfo -plibclutter-0.2-dev  
dh_installmenu -plibclutter-0.2-dev 
dh_installcron -plibclutter-0.2-dev 
dh_installinit -plibclutter-0.2-dev   
dh_installdebconf -plibclutter-0.2-dev 
dh_installemacsen -plibclutter-0.2-dev   
dh_installcatalogs -plibclutter-0.2-dev 
dh_installpam -plibclutter-0.2-dev 
dh_installlogrotate -plibclutter-0.2-dev 
dh_installlogcheck -plibclutter-0.2-dev 
dh_installmime -plibclutter-0.2-dev 
dh_installchangelogs -plibclutter-0.2-dev  ./ChangeLog 
dh_installudev -plibclutter-0.2-dev 
dh_install -plibclutter-0.2-dev  
dh_link -plibclutter-0.2-dev  
dh_installdocs -plibclutter-0.2-dbg ./README ./NEWS ./TODO ./AUTHORS  
dh_installexamples -plibclutter-0.2-dbg 
dh_installman -plibclutter-0.2-dbg  
dh_installinfo -plibclutter-0.2-dbg  
dh_installmenu -plibclutter-0.2-dbg 
dh_installcron -plibclutter-0.2-dbg 
dh_installinit -plibclutter-0.2-dbg   
dh_installdebconf -plibclutter-0.2-dbg 
dh_installemacsen -plibclutter-0.2-dbg   
dh_installcatalogs -plibclutter-0.2-dbg 
dh_installpam -plibclutter-0.2-dbg 
dh_installlogrotate -plibclutter-0.2-dbg 
dh_installlogcheck -plibclutter-0.2-dbg 
dh_installmime -plibclutter-0.2-dbg 
dh_installchangelogs -plibclutter-0.2-dbg  ./ChangeLog 
dh_installudev -plibclutter-0.2-dbg 
dh_install -plibclutter-0.2-dbg  
dh_link -plibclutter-0.2-dbg  
dh_strip -plibclutter-0.2-0  --dbg-package=libclutter-0.2-dbg
dh_compress -plibclutter-0.2-0  
dh_fixperms -plibclutter-0.2-0  
dh_makeshlibs -plibclutter-0.2-0  
dh_strip -plibclutter-0.2-dev  --dbg-package=libclutter-0.2-dbg
dh_compress -plibclutter-0.2-dev  
dh_fixperms -plibclutter-0.2-dev  
dh_makeshlibs -plibclutter-0.2-dev  
dh_compress -plibclutter-0.2-dbg  
dh_fixperms -plibclutter-0.2-dbg  
dh_installdeb -plibclutter-0.2-0 
dh_perl -plibclutter-0.2-0 
dh_shlibdeps -plibclutter-0.2-0    
dh_installdeb -plibclutter-0.2-dev 
dh_perl -plibclutter-0.2-dev 
dh_shlibdeps -plibclutter-0.2-dev    
dh_installdeb -plibclutter-0.2-dbg 
dh_perl -plibclutter-0.2-dbg 
dh_shlibdeps -plibclutter-0.2-dbg    
dh_gencontrol -plibclutter-0.2-0 
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibclutter-0.2-0 
dh_builddeb -plibclutter-0.2-0 
dpkg-deb: building package `libclutter-0.2-0' in `../libclutter-0.2-0_0.2.1-1_m32r.deb'.
dh_gencontrol -plibclutter-0.2-dev 
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibclutter-0.2-dev 
dh_builddeb -plibclutter-0.2-dev 
dpkg-deb: building package `libclutter-0.2-dev' in `../libclutter-0.2-dev_0.2.1-1_m32r.deb'.
dh_gencontrol -plibclutter-0.2-dbg 
dh_md5sums -plibclutter-0.2-dbg 
dh_builddeb -plibclutter-0.2-dbg 
dpkg-deb: building package `libclutter-0.2-dbg' in `../libclutter-0.2-dbg_0.2.1-1_m32r.deb'.
 dpkg-genchanges -b
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070306-2011

chroot-unstable/build/buildd3/libclutter-0.2-0_0.2.1-1_m32r.deb:
 new debian package, version 2.0.
 size 99752 bytes: control archive= 994 bytes.
rm: cannot remove directory `/tmp/dpkgjBqoFW': Directory not empty
rm cleanup failed, code 256
     566 bytes,    13 lines      control              
     671 bytes,     9 lines      md5sums              
     135 bytes,     7 lines   *  postinst             #!/bin/sh
     132 bytes,     7 lines   *  postrm               #!/bin/sh
      34 bytes,     1 lines      shlibs               
 Package: libclutter-0.2-0
 Version: 0.2.1-1
 Section: libs
 Priority: optional
 Architecture: m32r
 Depends: libc6 (>= 2.3.5-1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.8), libx11-6
 Installed-Size: 260
 Maintainer: Ross Burton <ross at debian.org>
 Source: clutter
 Description: Open GL based interactive canvas library
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.

chroot-unstable/build/buildd3/libclutter-0.2-dev_0.2.1-1_m32r.deb:
 new debian package, version 2.0.
 size 55792 bytes: control archive= 1639 bytes.
rm: cannot remove directory `/tmp/dpkgQcDMZE': Directory not empty
rm cleanup failed, code 256
     607 bytes,    16 lines      control              
    3053 bytes,    37 lines      md5sums              
 Package: libclutter-0.2-dev
 Version: 0.2.1-1
 Section: libdevel
 Priority: optional
 Architecture: m32r
 Depends: libclutter-0.2-0 (= 0.2.1-1), pkg-config, libgtk2.0-dev, libgl1-mesa-dev
 Suggests: libclutter-doc
 Installed-Size: 304
 Maintainer: Ross Burton <ross at debian.org>
 Source: clutter
 Description: Open GL based interactive canvas library (development files)
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
  .
  This package contains the development files.

chroot-unstable/build/buildd3/libclutter-0.2-dbg_0.2.1-1_m32r.deb:
 new debian package, version 2.0.
 size 174184 bytes: control archive= 768 bytes.
rm: cannot remove directory `/tmp/dpkgOYiAJ8': Directory not empty
rm cleanup failed, code 256
     526 bytes,    15 lines      control              
     622 bytes,     8 lines      md5sums              
 Package: libclutter-0.2-dbg
 Version: 0.2.1-1
 Section: libdevel
 Priority: optional
 Architecture: m32r
 Depends: libclutter-0.2-0 (= 0.2.1-1)
 Installed-Size: 492
 Maintainer: Ross Burton <ross at debian.org>
 Source: clutter
 Description: Open GL based interactive canvas library (debug files)
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
  .
  This package contains the debug files.

chroot-unstable/build/buildd3/libclutter-0.2-0_0.2.1-1_m32r.deb:
drwxr-xr-x root/root         0 2007-03-06 20:02 ./
drwxr-xr-x root/root         0 2007-03-06 20:03 ./usr/
drwxr-xr-x root/root         0 2007-03-06 20:02 ./usr/share/
drwxr-xr-x root/root         0 2007-03-06 20:02 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/share/doc/libclutter-0.2-0/
-rw-r--r-- root/root       804 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-0/README
-rw-r--r-- root/root       647 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-0/TODO
-rw-r--r-- root/root       277 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-0/AUTHORS
-rw-r--r-- root/root       275 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-0/TODO.Debian
-rw-r--r-- root/root      1159 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-0/copyright
-rw-r--r-- root/root     21939 2007-02-07 20:42 ./usr/share/doc/libclutter-0.2-0/changelog.gz
-rw-r--r-- root/root      1642 2007-02-07 20:35 ./usr/share/doc/libclutter-0.2-0/NEWS.gz
-rw-r--r-- root/root       298 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-0/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/lib/
-rw-r--r-- root/root    165768 2007-03-06 20:07 ./usr/lib/libclutter-0.2.so.0.200.1
lrwxrwxrwx root/root         0 2007-03-06 20:03 ./usr/lib/libclutter-0.2.so.0 -> libclutter-0.2.so.0.200.1

chroot-unstable/build/buildd3/libclutter-0.2-dev_0.2.1-1_m32r.deb:
drwxr-xr-x root/root         0 2007-03-06 20:04 ./
drwxr-xr-x root/root         0 2007-03-06 20:05 ./usr/
drwxr-xr-x root/root         0 2007-03-06 20:04 ./usr/share/
drwxr-xr-x root/root         0 2007-03-06 20:04 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-03-06 20:08 ./usr/share/doc/libclutter-0.2-dev/
-rw-r--r-- root/root       804 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dev/README
-rw-r--r-- root/root       647 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dev/TODO
-rw-r--r-- root/root       277 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dev/AUTHORS
-rw-r--r-- root/root      1159 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-dev/copyright
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/share/doc/libclutter-0.2-dev/examples/
-rw-r--r-- root/root      2813 2007-02-07 19:18 ./usr/share/doc/libclutter-0.2-dev/examples/behave.c
-rw-r--r-- root/root      3408 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dev/examples/test.c
-rw-r--r-- root/root      2393 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dev/examples/super-oh.c.gz
-rw-r--r-- root/root     21939 2007-02-07 20:42 ./usr/share/doc/libclutter-0.2-dev/changelog.gz
-rw-r--r-- root/root      1642 2007-02-07 20:35 ./usr/share/doc/libclutter-0.2-dev/NEWS.gz
-rw-r--r-- root/root       298 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-dev/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-03-06 20:05 ./usr/lib/
drwxr-xr-x root/root         0 2007-03-06 19:58 ./usr/lib/pkgconfig/
-rw-r--r-- root/root       303 2007-03-06 19:58 ./usr/lib/pkgconfig/clutter-0.2.pc
drwxr-xr-x root/root         0 2007-03-06 19:58 ./usr/include/
drwxr-xr-x root/root         0 2007-03-06 19:58 ./usr/include/clutter-0.2/
drwxr-xr-x root/root         0 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/
-rw-r--r-- root/root      3083 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/pangoclutter.h
-rw-r--r-- root/root     45715 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-keysyms.h
-rw-r--r-- root/root      1136 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-util.h
-rw-r--r-- root/root      4555 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-fixed.h
-rw-r--r-- root/root      3657 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-event.h
-rw-r--r-- root/root      3559 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-color.h
-rw-r--r-- root/root      1582 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-feature.h
-rw-r--r-- root/root      4230 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-timeline.h
-rw-r--r-- root/root     11451 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-actor.h
-rw-r--r-- root/root      4124 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-group.h
-rw-r--r-- root/root      4163 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-stage.h
-rw-r--r-- root/root      3357 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-rectangle.h
-rw-r--r-- root/root      4634 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-texture.h
-rw-r--r-- root/root      2829 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-clone-texture.h
-rw-r--r-- root/root      4911 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-label.h
-rw-r--r-- root/root      4295 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-behaviour.h
-rw-r--r-- root/root      2758 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-behaviour-opacity.h
-rw-r--r-- root/root      4382 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-behaviour-path.h
-rw-r--r-- root/root      3080 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-behaviour-scale.h
-rw-r--r-- root/root      4423 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-alpha.h
-rw-r--r-- root/root      3387 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-media.h
-rw-r--r-- root/root      1679 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-version.h
-rw-r--r-- root/root      2578 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-main.h
-rw-r--r-- root/root      2794 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-marshal.h
-rw-r--r-- root/root       875 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter-enum-types.h
-rw-r--r-- root/root      1619 2007-03-06 19:58 ./usr/include/clutter-0.2/clutter/clutter.h
lrwxrwxrwx root/root         0 2007-03-06 20:05 ./usr/lib/libclutter-0.2.so -> libclutter-0.2.so.0.200.1

chroot-unstable/build/buildd3/libclutter-0.2-dbg_0.2.1-1_m32r.deb:
drwxr-xr-x root/root         0 2007-03-06 20:06 ./
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/
drwxr-xr-x root/root         0 2007-03-06 20:05 ./usr/share/
drwxr-xr-x root/root         0 2007-03-06 20:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-03-06 20:08 ./usr/share/doc/libclutter-0.2-dbg/
-rw-r--r-- root/root       804 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dbg/README
-rw-r--r-- root/root       647 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dbg/TODO
-rw-r--r-- root/root       277 2007-01-19 20:27 ./usr/share/doc/libclutter-0.2-dbg/AUTHORS
-rw-r--r-- root/root      1159 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-dbg/copyright
-rw-r--r-- root/root     21939 2007-02-07 20:42 ./usr/share/doc/libclutter-0.2-dbg/changelog.gz
-rw-r--r-- root/root      1642 2007-02-07 20:35 ./usr/share/doc/libclutter-0.2-dbg/NEWS.gz
-rw-r--r-- root/root       298 2007-03-06 19:39 ./usr/share/doc/libclutter-0.2-dbg/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/lib/
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/lib/debug/
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/lib/debug/usr/
drwxr-xr-x root/root         0 2007-03-06 20:07 ./usr/lib/debug/usr/lib/
-rw-r--r-- root/root    409365 2007-03-06 20:07 ./usr/lib/debug/usr/lib/libclutter-0.2.so.0.200.1

clutter_0.2.1-1_m32r.changes:
Format: 1.7
Date: Wed,  7 Feb 2007 16:18:44 +0000
Source: clutter
Binary: libclutter-0.2-dbg libclutter-0.2-0 libclutter-doc libclutter-0.2-dev
Architecture: all m32r
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton <ross at debian.org>
Changed-By: Ross Burton <ross at debian.org>
Description: 
 libclutter-0.2-0 - Open GL based interactive canvas library
 libclutter-0.2-dbg - Open GL based interactive canvas library (debug files)
 libclutter-0.2-dev - Open GL based interactive canvas library (development files)
 libclutter-doc - Open GL based interactive canvas library (documentation)
Changes: 
 clutter (0.2.1-1) unstable; urgency=low
 .
   * New upstream release.
     - Upstream package split up, remove Python packaging
Files: 
 7fcb5c1f94c633f1447fc32fdc1a48cc 105998 doc optional libclutter-doc_0.2.1-1_all.deb
 fa1ce25c12ac56957c0f234663c02b27 99752 libs optional libclutter-0.2-0_0.2.1-1_m32r.deb
 e6000a7623b8435160a20d3d917e4882 55792 libdevel optional libclutter-0.2-dev_0.2.1-1_m32r.deb
 0033a2b1bff4e0a2e70e4745560e1760 174184 libdevel optional libclutter-0.2-dbg_0.2.1-1_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd3/clutter-0.2.1
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070306-2011
Build needed 00:31:56, 10272k disk space




More information about the build-status mailing list