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 pango1.0 dpkg-buildpackage: source version 1.20.2-1em1 dpkg-buildpackage: source changed by Neil Williams dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu. fakeroot debian/rules clean dpkg-buildpackage: host architecture arm touch debian/control.in dh_testdir sed -e "s#@SONAME@#0#g" \ -e "s#@APIVER@#1.0#g" \ -e "s#@VERSION@#1.20.2#g" \ -e "s#@PANGO_MODVER_DEP@#pango1.0-modver-1.6.0#g" \ -e "s#@LIBDIR@#usr/lib#g" \ -e "s#@MODULES_PATH@#usr/lib/pango/1.6.0/modules#g" \ -e "s#@MODULE_FILES_D@#usr/lib/pango/1.6.0/module-files.d#g" \ -e "s#@GNOME_TEAM@#Debian GNOME Maintainers , Loic Minier , Sebastian Dröge #g" \ debian/control.in >debian/control dh_testdir dh_testroot # remove install and build dirs rm -rf /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/install rm -rf /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build # restore files from backup (before unpatching) test -r config.sub.orig && mv -f config.sub.orig config.sub test -r config.guess.orig && mv -f config.guess.orig config.guess # unapply patches, if any QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 Removing patch 12_module-files-append-compat-module-files-d.patch Restoring pango/modules.c Removing patch 11_module-files-append-module-files-d.patch Restoring pango/modules.c Removing patch 10_scan-module-files-in-dirs.patch Restoring pango/modules.c No patches applied rm -rf .pc rm -rf debian/stampdir rm -f debian/libpango1.0-doc.install debian/libpango1.0-doc.links debian/libpango1.0-doc.postinst debian/libpango1.0-common.preinst debian/libpango1.0-0.install debian/libpango1.0-0.links debian/libpango1.0-0.postinst debian/libpango1.0-dev.install debian/libpango1.0-dev.links rm -f debian/dh_pangomodules debian/dh_pangomodules.1 dh_clean dpkg-source -b pango1.0-1.20.2 dpkg-source: info: using source format `1.0' dpkg-source: info: building pango1.0 using existing pango1.0_1.20.2.orig.tar.gz dpkg-source: info: building pango1.0 in pango1.0_1.20.2-1em1.diff.gz dpkg-source: info: building pango1.0 in pango1.0_1.20.2-1em1.dsc debian/rules build dh_testdir # apply patches QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2 Applying patch 10_scan-module-files-in-dirs.patch patching file pango/modules.c Applying patch 11_module-files-append-module-files-d.patch patching file pango/modules.c Applying patch 12_module-files-append-compat-module-files-d.patch patching file pango/modules.c Now at patch 12_module-files-append-compat-module-files-d.patch # backup the original (potentially patched) files to restore them in # the clean target test -r config.sub && cp config.sub config.sub.orig test -r config.guess && cp config.guess config.guess.orig test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess mkdir -p debian/stampdir touch debian/stampdir/patch-stamp dh_testdir mkdir -p /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared && \ CFLAGS="-g -O2 -Wall -g -O2" LDFLAGS=" -Wl,-z,defs -Wl,-O1" \ /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/configure --prefix=/usr --libdir=/usr/lib --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-html-dir=\${prefix}/share/doc/libpango1.0-doc --sysconfdir=/etc --build=x86_64-linux-gnu --host=arm-linux-gnu --enable-shared --disable-static configure: loading site script /etc/dpkg-cross/cross-config.arm checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-linux-gnu-strip... arm-linux-gnu-strip checking build system type... x86_64-pc-linux-gnu checking host system type... arm-unknown-linux-gnu checking for native Win32... no checking for arm-linux-gnu-gcc... arm-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-linux-gnu-gcc accepts -g... yes checking for arm-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of arm-linux-gnu-gcc... gcc3 checking for c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... 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 arm-linux-gnu-gcc... /usr/arm-linux-gnu/bin/ld checking if the linker (/usr/arm-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/arm-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/arm-linux-gnu-nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... arm-linux-gnu-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 how to run the C++ preprocessor... c++ -E checking for arm-linux-gnu-g77... no checking for arm-linux-gnu-xlf... no checking for arm-linux-gnu-f77... no checking for arm-linux-gnu-frt... no checking for arm-linux-gnu-pgf77... no checking for arm-linux-gnu-cf77... no checking for arm-linux-gnu-fort77... no checking for arm-linux-gnu-fl32... no checking for arm-linux-gnu-af77... no checking for arm-linux-gnu-xlf90... no checking for arm-linux-gnu-f90... no checking for arm-linux-gnu-pgf90... no checking for arm-linux-gnu-pghpf... no checking for arm-linux-gnu-epcf90... no checking for arm-linux-gnu-gfortran... no checking for arm-linux-gnu-g95... no checking for arm-linux-gnu-xlf95... no checking for arm-linux-gnu-f95... no checking for arm-linux-gnu-fort... no checking for arm-linux-gnu-ifort... no checking for arm-linux-gnu-ifc... no checking for arm-linux-gnu-efc... no checking for arm-linux-gnu-pgf95... no checking for arm-linux-gnu-lf95... no checking for arm-linux-gnu-ftn... no 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... gfortran configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org. checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/arm-linux-gnu-nm -B output from arm-linux-gnu-gcc object... ok checking for objdir... .libs checking for arm-linux-gnu-ar... arm-linux-gnu-ar checking for arm-linux-gnu-ranlib... arm-linux-gnu-ranlib checking for arm-linux-gnu-strip... (cached) arm-linux-gnu-strip checking if arm-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for arm-linux-gnu-gcc option to produce PIC... -fPIC checking if arm-linux-gnu-gcc PIC flag -fPIC works... yes checking if arm-linux-gnu-gcc static flag -static works... yes checking if arm-linux-gnu-gcc supports -c -o file.o... yes checking whether the arm-linux-gnu-gcc linker (/usr/arm-linux-gnu/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 c++... /usr/arm-linux-gnu/bin/ld checking if the linker (/usr/arm-linux-gnu/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/arm-linux-gnu/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/arm-linux-gnu/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 if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/arm-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for some Win32 platform... no checking for perl5... no checking for perl... perl checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for arm-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FONTCONFIG... yes checking for FREETYPE... yes checking for XFT... yes checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for CAIRO... yes checking for GLIB... yes checking for LIBTHAI... yes checking modules to link statically... checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,thai-lang,tibetan-fc (those built into Pango will be excluded) checking for flockfile... yes checking for strtok_r... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... /usr/bin/gtkdoc-check checking Whether to write dependencies into .pc files... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating pango/Makefile config.status: creating pango/mini-fribidi/Makefile config.status: creating pango/opentype/Makefile config.status: creating pango/pango.rc config.status: creating pango/pangoft2.rc config.status: creating pango/pangowin32.rc config.status: creating pango-view/Makefile config.status: creating modules/Makefile config.status: creating modules/arabic/Makefile config.status: creating modules/basic/Makefile config.status: creating modules/hangul/Makefile config.status: creating modules/hebrew/Makefile config.status: creating modules/indic/Makefile config.status: creating modules/khmer/Makefile config.status: creating modules/syriac/Makefile config.status: creating modules/thai/Makefile config.status: creating modules/tibetan/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating pango.pc config.status: creating pangox.pc config.status: creating pangowin32.pc config.status: creating pangoft2.pc config.status: creating pangoxft.pc config.status: creating pangocairo.pc config.status: creating pango-uninstalled.pc config.status: creating pangox-uninstalled.pc config.status: creating pangowin32-uninstalled.pc config.status: creating pangoft2-uninstalled.pc config.status: creating pangoxft-uninstalled.pc config.status: creating pangocairo-uninstalled.pc config.status: creating pango-zip.sh config.status: creating tests/runtests.sh config.status: creating config.h config.status: executing depfiles commands config.status: executing pango/module-defs.h commands config.status: executing pango/module-defs-x.c commands config.status: executing pango/module-defs-fc.c commands config.status: executing pango/module-defs-win32.c commands config.status: executing pango/module-defs-atsui.c commands config.status: executing pango/module-defs-lang.c commands config.status: executing pango/pango-features.h commands config.status: creating pango/pango-features.h configuration: backends: FreeType X Xft Cairo touch debian/stampdir/configure-stamp-shared dh_testdir LD_LIBRARY_PATH=/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/.libs: \ /usr/bin/make -C /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared make[1]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared' /usr/bin/make all-recursive make[2]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared' Making all in pango make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango' ( cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango && glib-mkenums \ --fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define __PANGO_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "/* enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void);\n#define PANGO_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __PANGO_ENUM_TYPES_H__ */" \ pango.h pango-attributes.h pango-break.h pango-context.h pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango-gravity.h pango-item.h pango-language.h pango-layout.h pango-matrix.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h pango-types.h pango-utils.h ) > tmp-pango-enum-types.h \ && (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp tmp-pango-enum-types.h pango-enum-types.h ) \ && rm -f tmp-pango-enum-types.h \ && echo timestamp > s-enum-types-h ( cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango && glib-mkenums \ --fhead "#include " \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n" \ pango.h pango-attributes.h pango-break.h pango-context.h pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango-gravity.h pango-item.h pango-language.h pango-layout.h pango-matrix.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h pango-types.h pango-utils.h ) > tmp-pango-enum-types.c \ && (cmp -s tmp-pango-enum-types.c pango-enum-types.c || cp tmp-pango-enum-types.c pango-enum-types.c ) \ && rm -f tmp-pango-enum-types.c \ && echo timestamp > s-enum-types-c /usr/bin/make all-recursive make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango' Making all in opentype make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/opentype' /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -I /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -g -O2 -Wall -g -O2 -MT harfbuzz.lo -MD -MP -MF .deps/harfbuzz.Tpo -c -o harfbuzz.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz.c mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -I /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -g -O2 -Wall -g -O2 -MT harfbuzz.lo -MD -MP -MF .deps/harfbuzz.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz.c -fPIC -DPIC -o .libs/harfbuzz.o In file included from /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz.c:29: /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz-gpos.c: In function 'HB_Load_GPOS_Table': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz-gpos.c:99: warning: assignment from incompatible pointer type mv -f .deps/harfbuzz.Tpo .deps/harfbuzz.Plo /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o libharfbuzz-1.la harfbuzz.lo -L/usr/arm-linux-gnu/lib -lfreetype -lz -L/usr/arm-linux-gnu/lib -lfontconfig arm-linux-gnu-ar cru .libs/libharfbuzz-1.a .libs/harfbuzz.o arm-linux-gnu-ranlib .libs/libharfbuzz-1.a creating libharfbuzz-1.la (cd .libs && rm -f libharfbuzz-1.la && ln -s ../libharfbuzz-1.la libharfbuzz-1.la) arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -I /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -g -O2 -Wall -g -O2 -MT harfbuzz-dump.o -MD -MP -MF .deps/harfbuzz-dump.Tpo -c -o harfbuzz-dump.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz-dump.c mv -f .deps/harfbuzz-dump.Tpo .deps/harfbuzz-dump.Po arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -I /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype -g -O2 -Wall -g -O2 -MT harfbuzz-dump-main.o -MD -MP -MF .deps/harfbuzz-dump-main.Tpo -c -o harfbuzz-dump-main.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/opentype/harfbuzz-dump-main.c mv -f .deps/harfbuzz-dump-main.Tpo .deps/harfbuzz-dump-main.Po /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o harfbuzz-dump harfbuzz-dump.o harfbuzz-dump-main.o -L/usr/arm-linux-gnu/lib -lfreetype -lz -L/usr/arm-linux-gnu/lib -lfontconfig libharfbuzz-1.la arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o harfbuzz-dump harfbuzz-dump.o harfbuzz-dump-main.o -L/usr/arm-linux-gnu/lib ./.libs/libharfbuzz-1.a /usr/arm-linux-gnu/lib/libfreetype.so -lz -lfontconfig -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib make[5]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/opentype' Making all in mini-fribidi make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/mini-fribidi' /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c -o fribidi.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi.c mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi.c -fPIC -DPIC -o .libs/fribidi.o mv -f .deps/fribidi.Tpo .deps/fribidi.Plo /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi_char_type.lo -MD -MP -MF .deps/fribidi_char_type.Tpo -c -o fribidi_char_type.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi_char_type.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi_char_type.lo -MD -MP -MF .deps/fribidi_char_type.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi_char_type.c -fPIC -DPIC -o .libs/fribidi_char_type.o mv -f .deps/fribidi_char_type.Tpo .deps/fribidi_char_type.Plo /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi_types.lo -MD -MP -MF .deps/fribidi_types.Tpo -c -o fribidi_types.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi_types.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -g -O2 -Wall -g -O2 -MT fribidi_types.lo -MD -MP -MF .deps/fribidi_types.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/mini-fribidi/fribidi_types.c -fPIC -DPIC -o .libs/fribidi_types.o mv -f .deps/fribidi_types.Tpo .deps/fribidi_types.Plo /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o libmini-fribidi.la fribidi.lo fribidi_char_type.lo fribidi_types.lo arm-linux-gnu-ar cru .libs/libmini-fribidi.a .libs/fribidi.o .libs/fribidi_char_type.o .libs/fribidi_types.o arm-linux-gnu-ranlib .libs/libmini-fribidi.a creating libmini-fribidi.la (cd .libs && rm -f libmini-fribidi.la && ln -s ../libmini-fribidi.la libmini-fribidi.la) make[5]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/mini-fribidi' make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango' /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT break.lo -MD -MP -MF .deps/break.Tpo -c -o break.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/break.c mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT break.lo -MD -MP -MF .deps/break.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/break.c -fPIC -DPIC -o .libs/break.o mv -f .deps/break.Tpo .deps/break.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c -o ellipsize.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/ellipsize.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/ellipsize.c -fPIC -DPIC -o .libs/ellipsize.o mv -f .deps/ellipsize.Tpo .deps/ellipsize.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c -o fonts.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c -fPIC -DPIC -o .libs/fonts.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c: In function 'find_field_any': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c:925: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c:926: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c:927: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c:928: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/fonts.c:929: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/fonts.Tpo .deps/fonts.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c -o glyphstring.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/glyphstring.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/glyphstring.c -fPIC -DPIC -o .libs/glyphstring.o mv -f .deps/glyphstring.Tpo .deps/glyphstring.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c -o modules.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c -fPIC -DPIC -o .libs/modules.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c: In function 'pango_module_load': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c:185: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c:187: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/modules.c:191: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/modules.Tpo .deps/modules.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-attributes.lo -MD -MP -MF .deps/pango-attributes.Tpo -c -o pango-attributes.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-attributes.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-attributes.lo -MD -MP -MF .deps/pango-attributes.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-attributes.c -fPIC -DPIC -o .libs/pango-attributes.o mv -f .deps/pango-attributes.Tpo .deps/pango-attributes.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-color.lo -MD -MP -MF .deps/pango-color.Tpo -c -o pango-color.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-color.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-color.lo -MD -MP -MF .deps/pango-color.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-color.c -fPIC -DPIC -o .libs/pango-color.o mv -f .deps/pango-color.Tpo .deps/pango-color.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-context.lo -MD -MP -MF .deps/pango-context.Tpo -c -o pango-context.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-context.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-context.lo -MD -MP -MF .deps/pango-context.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-context.c -fPIC -DPIC -o .libs/pango-context.o mv -f .deps/pango-context.Tpo .deps/pango-context.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-coverage.lo -MD -MP -MF .deps/pango-coverage.Tpo -c -o pango-coverage.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-coverage.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-coverage.lo -MD -MP -MF .deps/pango-coverage.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-coverage.c -fPIC -DPIC -o .libs/pango-coverage.o mv -f .deps/pango-coverage.Tpo .deps/pango-coverage.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-engine.lo -MD -MP -MF .deps/pango-engine.Tpo -c -o pango-engine.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-engine.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-engine.lo -MD -MP -MF .deps/pango-engine.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-engine.c -fPIC -DPIC -o .libs/pango-engine.o mv -f .deps/pango-engine.Tpo .deps/pango-engine.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-fontmap.lo -MD -MP -MF .deps/pango-fontmap.Tpo -c -o pango-fontmap.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-fontmap.lo -MD -MP -MF .deps/pango-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-fontmap.c -fPIC -DPIC -o .libs/pango-fontmap.o mv -f .deps/pango-fontmap.Tpo .deps/pango-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-fontset.lo -MD -MP -MF .deps/pango-fontset.Tpo -c -o pango-fontset.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-fontset.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-fontset.lo -MD -MP -MF .deps/pango-fontset.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-fontset.c -fPIC -DPIC -o .libs/pango-fontset.o mv -f .deps/pango-fontset.Tpo .deps/pango-fontset.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-glyph-item.lo -MD -MP -MF .deps/pango-glyph-item.Tpo -c -o pango-glyph-item.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-glyph-item.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-glyph-item.lo -MD -MP -MF .deps/pango-glyph-item.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-glyph-item.c -fPIC -DPIC -o .libs/pango-glyph-item.o mv -f .deps/pango-glyph-item.Tpo .deps/pango-glyph-item.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-gravity.lo -MD -MP -MF .deps/pango-gravity.Tpo -c -o pango-gravity.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-gravity.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-gravity.lo -MD -MP -MF .deps/pango-gravity.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-gravity.c -fPIC -DPIC -o .libs/pango-gravity.o mv -f .deps/pango-gravity.Tpo .deps/pango-gravity.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-item.lo -MD -MP -MF .deps/pango-item.Tpo -c -o pango-item.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-item.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-item.lo -MD -MP -MF .deps/pango-item.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-item.c -fPIC -DPIC -o .libs/pango-item.o mv -f .deps/pango-item.Tpo .deps/pango-item.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-language.lo -MD -MP -MF .deps/pango-language.Tpo -c -o pango-language.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-language.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-language.lo -MD -MP -MF .deps/pango-language.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-language.c -fPIC -DPIC -o .libs/pango-language.o mv -f .deps/pango-language.Tpo .deps/pango-language.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-layout.lo -MD -MP -MF .deps/pango-layout.Tpo -c -o pango-layout.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-layout.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-layout.lo -MD -MP -MF .deps/pango-layout.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-layout.c -fPIC -DPIC -o .libs/pango-layout.o mv -f .deps/pango-layout.Tpo .deps/pango-layout.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-markup.lo -MD -MP -MF .deps/pango-markup.Tpo -c -o pango-markup.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-markup.lo -MD -MP -MF .deps/pango-markup.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c -fPIC -DPIC -o .libs/pango-markup.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c: In function 'span_parse_func': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c:1237: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c:1257: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-markup.c:1267: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type mv -f .deps/pango-markup.Tpo .deps/pango-markup.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-matrix.lo -MD -MP -MF .deps/pango-matrix.Tpo -c -o pango-matrix.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-matrix.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-matrix.lo -MD -MP -MF .deps/pango-matrix.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-matrix.c -fPIC -DPIC -o .libs/pango-matrix.o mv -f .deps/pango-matrix.Tpo .deps/pango-matrix.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-renderer.lo -MD -MP -MF .deps/pango-renderer.Tpo -c -o pango-renderer.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-renderer.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-renderer.lo -MD -MP -MF .deps/pango-renderer.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-renderer.c -fPIC -DPIC -o .libs/pango-renderer.o mv -f .deps/pango-renderer.Tpo .deps/pango-renderer.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-script.lo -MD -MP -MF .deps/pango-script.Tpo -c -o pango-script.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-script.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-script.lo -MD -MP -MF .deps/pango-script.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-script.c -fPIC -DPIC -o .libs/pango-script.o mv -f .deps/pango-script.Tpo .deps/pango-script.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-tabs.lo -MD -MP -MF .deps/pango-tabs.Tpo -c -o pango-tabs.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-tabs.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-tabs.lo -MD -MP -MF .deps/pango-tabs.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-tabs.c -fPIC -DPIC -o .libs/pango-tabs.o mv -f .deps/pango-tabs.Tpo .deps/pango-tabs.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-utils.lo -MD -MP -MF .deps/pango-utils.Tpo -c -o pango-utils.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-utils.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-utils.lo -MD -MP -MF .deps/pango-utils.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-utils.c -fPIC -DPIC -o .libs/pango-utils.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-utils.c: In function 'pango_log2vis_get_embedding_levels': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-utils.c:1144: warning: pointer targets in assignment differ in signedness mv -f .deps/pango-utils.Tpo .deps/pango-utils.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT reorder-items.lo -MD -MP -MF .deps/reorder-items.Tpo -c -o reorder-items.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/reorder-items.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT reorder-items.lo -MD -MP -MF .deps/reorder-items.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/reorder-items.c -fPIC -DPIC -o .libs/reorder-items.o mv -f .deps/reorder-items.Tpo .deps/reorder-items.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c -o shape.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/shape.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/shape.c -fPIC -DPIC -o .libs/shape.o mv -f .deps/shape.Tpo .deps/shape.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-enum-types.lo -MD -MP -MF .deps/pango-enum-types.Tpo -c -o pango-enum-types.lo pango-enum-types.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-enum-types.lo -MD -MP -MF .deps/pango-enum-types.Tpo -c pango-enum-types.c -fPIC -DPIC -o .libs/pango-enum-types.o mv -f .deps/pango-enum-types.Tpo .deps/pango-enum-types.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-lang.lo -MD -MP -MF .deps/module-defs-lang.Tpo -c -o module-defs-lang.lo module-defs-lang.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-lang.lo -MD -MP -MF .deps/module-defs-lang.Tpo -c module-defs-lang.c -fPIC -DPIC -o .libs/module-defs-lang.o mv -f .deps/module-defs-lang.Tpo .deps/module-defs-lang.Plo /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -version-info 2001:1:2001 -export-symbols-regex "^pango_.*" -Wl,-z,defs -Wl,-O1 -o libpango-1.0.la -rpath /usr/lib break.lo ellipsize.lo fonts.lo glyphstring.lo modules.lo pango-attributes.lo pango-color.lo pango-context.lo pango-coverage.lo pango-engine.lo pango-fontmap.lo pango-fontset.lo pango-glyph-item.lo pango-gravity.lo pango-item.lo pango-language.lo pango-layout.lo pango-markup.lo pango-matrix.lo pango-renderer.lo pango-script.lo pango-tabs.lo pango-utils.lo reorder-items.lo shape.lo pango-enum-types.lo module-defs-lang.lo -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm mini-fribidi/libmini-fribidi.la generating symbol list for `libpango-1.0.la' /usr/bin/arm-linux-gnu-nm -B .libs/break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango-context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango-fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum-types.o .libs/module-defs-lang.o mini-fribidi/.libs/libmini-fribidi.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libpango-1.0.exp /bin/grep -E -e "^pango_.*" ".libs/libpango-1.0.exp" > ".libs/libpango-1.0.expT" mv -f ".libs/libpango-1.0.expT" ".libs/libpango-1.0.exp" echo "{ global:" > .libs/libpango-1.0.ver cat .libs/libpango-1.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libpango-1.0.ver echo "local: *; };" >> .libs/libpango-1.0.ver arm-linux-gnu-gcc -shared .libs/break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango-context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango-fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum-types.o .libs/module-defs-lang.o -Wl,--whole-archive mini-fribidi/.libs/libmini-fribidi.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lm -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,libpango-1.0.so.0 -Wl,-version-script -Wl,.libs/libpango-1.0.ver -o .libs/libpango-1.0.so.0.2001.1 (cd .libs && rm -f libpango-1.0.so.0 && ln -s libpango-1.0.so.0.2001.1 libpango-1.0.so.0) (cd .libs && rm -f libpango-1.0.so && ln -s libpango-1.0.so.0.2001.1 libpango-1.0.so) creating libpango-1.0.la (cd .libs && rm -f libpango-1.0.la && ln -s ../libpango-1.0.la libpango-1.0.la) /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-x.lo -MD -MP -MF .deps/module-defs-x.Tpo -c -o module-defs-x.lo module-defs-x.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-x.lo -MD -MP -MF .deps/module-defs-x.Tpo -c module-defs-x.c -fPIC -DPIC -o .libs/module-defs-x.o mv -f .deps/module-defs-x.Tpo .deps/module-defs-x.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c -o pangox.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox.c -fPIC -DPIC -o .libs/pangox.o mv -f .deps/pangox.Tpo .deps/pangox.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox-fontcache.lo -MD -MP -MF .deps/pangox-fontcache.Tpo -c -o pangox-fontcache.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox-fontcache.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox-fontcache.lo -MD -MP -MF .deps/pangox-fontcache.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox-fontcache.c -fPIC -DPIC -o .libs/pangox-fontcache.o mv -f .deps/pangox-fontcache.Tpo .deps/pangox-fontcache.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox-fontmap.lo -MD -MP -MF .deps/pangox-fontmap.Tpo -c -o pangox-fontmap.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangox-fontmap.lo -MD -MP -MF .deps/pangox-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangox-fontmap.c -fPIC -DPIC -o .libs/pangox-fontmap.o mv -f .deps/pangox-fontmap.Tpo .deps/pangox-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -version-info 2001:1:2001 -export-symbols-regex "^pango_.*" -Wl,-z,defs -Wl,-O1 -o libpangox-1.0.la -rpath /usr/lib module-defs-x.lo pangox.lo pangox-fontcache.lo pangox-fontmap.lo libpango-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lX11 generating symbol list for `libpangox-1.0.la' /usr/bin/arm-linux-gnu-nm -B .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libpangox-1.0.exp /bin/grep -E -e "^pango_.*" ".libs/libpangox-1.0.exp" > ".libs/libpangox-1.0.expT" mv -f ".libs/libpangox-1.0.expT" ".libs/libpangox-1.0.exp" echo "{ global:" > .libs/libpangox-1.0.ver cat .libs/libpangox-1.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libpangox-1.0.ver echo "local: *; };" >> .libs/libpangox-1.0.ver arm-linux-gnu-gcc -shared .libs/module-defs-x.o .libs/pangox.o .libs/pangox-fontcache.o .libs/pangox-fontmap.o -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib ./.libs/libpango-1.0.so -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lX11 -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,libpangox-1.0.so.0 -Wl,-version-script -Wl,.libs/libpangox-1.0.ver -o .libs/libpangox-1.0.so.0.2001.1 (cd .libs && rm -f libpangox-1.0.so.0 && ln -s libpangox-1.0.so.0.2001.1 libpangox-1.0.so.0) (cd .libs && rm -f libpangox-1.0.so && ln -s libpangox-1.0.so.0.2001.1 libpangox-1.0.so) creating libpangox-1.0.la (cd .libs && rm -f libpangox-1.0.la && ln -s ../libpangox-1.0.la libpangox-1.0.la) /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-fc.lo -MD -MP -MF .deps/module-defs-fc.Tpo -c -o module-defs-fc.lo module-defs-fc.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT module-defs-fc.lo -MD -MP -MF .deps/module-defs-fc.Tpo -c module-defs-fc.c -fPIC -DPIC -o .libs/module-defs-fc.o mv -f .deps/module-defs-fc.Tpo .deps/module-defs-fc.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-font.lo -MD -MP -MF .deps/pangofc-font.Tpo -c -o pangofc-font.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-font.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-font.lo -MD -MP -MF .deps/pangofc-font.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-font.c -fPIC -DPIC -o .libs/pangofc-font.o mv -f .deps/pangofc-font.Tpo .deps/pangofc-font.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c -o pangofc-fontmap.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c -fPIC -DPIC -o .libs/pangofc-fontmap.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_font_map_list_families': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:685: warning: pointer targets in passing argument 1 of 'is_alias_family' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:688: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_make_pattern': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:842: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:852: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_font_map_get_patterns': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1044: warning: unused variable 'matrix' /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function '_pango_fc_font_map_get_coverage': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1327: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_font_description_from_pattern': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1624: warning: pointer targets in passing argument 2 of 'g_enum_get_value_by_nick' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_face_list_sizes': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1729: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1730: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c: In function 'pango_fc_family_list_faces': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1923: warning: pointer targets in assignment differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1928: warning: pointer targets in assignment differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1936: warning: pointer targets in assignment differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1941: warning: pointer targets in assignment differ in signedness /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-fontmap.c:1947: warning: pointer targets in passing argument 2 of 'create_face' differ in signedness mv -f .deps/pangofc-fontmap.Tpo .deps/pangofc-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-decoder.lo -MD -MP -MF .deps/pangofc-decoder.Tpo -c -o pangofc-decoder.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-decoder.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangofc-decoder.lo -MD -MP -MF .deps/pangofc-decoder.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangofc-decoder.c -fPIC -DPIC -o .libs/pangofc-decoder.o mv -f .deps/pangofc-decoder.Tpo .deps/pangofc-decoder.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2.lo -MD -MP -MF .deps/pangoft2.Tpo -c -o pangoft2.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2.lo -MD -MP -MF .deps/pangoft2.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2.c -fPIC -DPIC -o .libs/pangoft2.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2.c: In function 'pango_ft2_font_get_face': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2.c:242: warning: pointer targets in passing argument 2 of 'load_fallback_face' differ in signedness mv -f .deps/pangoft2.Tpo .deps/pangoft2.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2-fontmap.lo -MD -MP -MF .deps/pangoft2-fontmap.Tpo -c -o pangoft2-fontmap.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2-fontmap.lo -MD -MP -MF .deps/pangoft2-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2-fontmap.c -fPIC -DPIC -o .libs/pangoft2-fontmap.o mv -f .deps/pangoft2-fontmap.Tpo .deps/pangoft2-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2-render.lo -MD -MP -MF .deps/pangoft2-render.Tpo -c -o pangoft2-render.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2-render.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoft2-render.lo -MD -MP -MF .deps/pangoft2-render.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoft2-render.c -fPIC -DPIC -o .libs/pangoft2-render.o mv -f .deps/pangoft2-render.Tpo .deps/pangoft2-render.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-buffer.lo -MD -MP -MF .deps/pango-ot-buffer.Tpo -c -o pango-ot-buffer.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-buffer.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-buffer.lo -MD -MP -MF .deps/pango-ot-buffer.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-buffer.c -fPIC -DPIC -o .libs/pango-ot-buffer.o mv -f .deps/pango-ot-buffer.Tpo .deps/pango-ot-buffer.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-info.lo -MD -MP -MF .deps/pango-ot-info.Tpo -c -o pango-ot-info.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-info.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-info.lo -MD -MP -MF .deps/pango-ot-info.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-info.c -fPIC -DPIC -o .libs/pango-ot-info.o mv -f .deps/pango-ot-info.Tpo .deps/pango-ot-info.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-ruleset.lo -MD -MP -MF .deps/pango-ot-ruleset.Tpo -c -o pango-ot-ruleset.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-ruleset.lo -MD -MP -MF .deps/pango-ot-ruleset.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c -fPIC -DPIC -o .libs/pango-ot-ruleset.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c: In function 'pango_ot_ruleset_finalize': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c:96: warning: passing argument 2 of 'g_object_remove_weak_pointer' from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c: In function 'pango_ot_ruleset_new': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-ruleset.c:178: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type mv -f .deps/pango-ot-ruleset.Tpo .deps/pango-ot-ruleset.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-tag.lo -MD -MP -MF .deps/pango-ot-tag.Tpo -c -o pango-ot-tag.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-tag.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pango-ot-tag.lo -MD -MP -MF .deps/pango-ot-tag.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pango-ot-tag.c -fPIC -DPIC -o .libs/pango-ot-tag.o mv -f .deps/pango-ot-tag.Tpo .deps/pango-ot-tag.Plo /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -version-info 2001:1:2001 -export-symbols-regex "^pango_.*" -Wl,-z,defs -Wl,-O1 -o libpangoft2-1.0.la -rpath /usr/lib module-defs-fc.lo pangofc-font.lo pangofc-fontmap.lo pangofc-decoder.lo pangoft2.lo pangoft2-fontmap.lo pangoft2-render.lo pango-ot-buffer.lo pango-ot-info.lo pango-ot-ruleset.lo pango-ot-tag.lo opentype/libharfbuzz-1.la libpango-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/arm-linux-gnu/lib -lfreetype -lz -L/usr/arm-linux-gnu/lib -lfontconfig -lm generating symbol list for `libpangoft2-1.0.la' /usr/bin/arm-linux-gnu-nm -B .libs/module-defs-fc.o .libs/pangofc-font.o .libs/pangofc-fontmap.o .libs/pangofc-decoder.o .libs/pangoft2.o .libs/pangoft2-fontmap.o .libs/pangoft2-render.o .libs/pango-ot-buffer.o .libs/pango-ot-info.o .libs/pango-ot-ruleset.o .libs/pango-ot-tag.o opentype/.libs/libharfbuzz-1.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libpangoft2-1.0.exp /bin/grep -E -e "^pango_.*" ".libs/libpangoft2-1.0.exp" > ".libs/libpangoft2-1.0.expT" mv -f ".libs/libpangoft2-1.0.expT" ".libs/libpangoft2-1.0.exp" echo "{ global:" > .libs/libpangoft2-1.0.ver cat .libs/libpangoft2-1.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libpangoft2-1.0.ver echo "local: *; };" >> .libs/libpangoft2-1.0.ver arm-linux-gnu-gcc -shared .libs/module-defs-fc.o .libs/pangofc-font.o .libs/pangofc-fontmap.o .libs/pangofc-decoder.o .libs/pangoft2.o .libs/pangoft2-fontmap.o .libs/pangoft2-render.o .libs/pango-ot-buffer.o .libs/pango-ot-info.o .libs/pango-ot-ruleset.o .libs/pango-ot-tag.o -Wl,--whole-archive opentype/.libs/libharfbuzz-1.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/usr/arm-linux-gnu/lib ./.libs/libpango-1.0.so /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so /usr/arm-linux-gnu/lib/libfreetype.so -lz -lfontconfig -lm -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,libpangoft2-1.0.so.0 -Wl,-version-script -Wl,.libs/libpangoft2-1.0.ver -o .libs/libpangoft2-1.0.so.0.2001.1 (cd .libs && rm -f libpangoft2-1.0.so.0 && ln -s libpangoft2-1.0.so.0.2001.1 libpangoft2-1.0.so.0) (cd .libs && rm -f libpangoft2-1.0.so && ln -s libpangoft2-1.0.so.0.2001.1 libpangoft2-1.0.so) creating libpangoft2-1.0.la (cd .libs && rm -f libpangoft2-1.0.la && ln -s ../libpangoft2-1.0.la libpangoft2-1.0.la) /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-font.lo -MD -MP -MF .deps/pangoxft-font.Tpo -c -o pangoxft-font.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-font.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-font.lo -MD -MP -MF .deps/pangoxft-font.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-font.c -fPIC -DPIC -o .libs/pangoxft-font.o mv -f .deps/pangoxft-font.Tpo .deps/pangoxft-font.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-fontmap.lo -MD -MP -MF .deps/pangoxft-fontmap.Tpo -c -o pangoxft-fontmap.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-fontmap.lo -MD -MP -MF .deps/pangoxft-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-fontmap.c -fPIC -DPIC -o .libs/pangoxft-fontmap.o mv -f .deps/pangoxft-fontmap.Tpo .deps/pangoxft-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-render.lo -MD -MP -MF .deps/pangoxft-render.Tpo -c -o pangoxft-render.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-render.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT pangoxft-render.lo -MD -MP -MF .deps/pangoxft-render.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangoxft-render.c -fPIC -DPIC -o .libs/pangoxft-render.o mv -f .deps/pangoxft-render.Tpo .deps/pangoxft-render.Plo /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -g -O2 -Wall -g -O2 -version-info 2001:1:2001 -export-symbols-regex "^pango_.*" -Wl,-z,defs -Wl,-O1 -o libpangoxft-1.0.la -rpath /usr/lib pangoxft-font.lo pangoxft-fontmap.lo pangoxft-render.lo libpangoft2-1.0.la libpango-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lX11 -L/usr/arm-linux-gnu/lib -lXft -lfontconfig -lXrender -lX11 -lm generating symbol list for `libpangoxft-1.0.la' /usr/bin/arm-linux-gnu-nm -B .libs/pangoxft-font.o .libs/pangoxft-fontmap.o .libs/pangoxft-render.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libpangoxft-1.0.exp /bin/grep -E -e "^pango_.*" ".libs/libpangoxft-1.0.exp" > ".libs/libpangoxft-1.0.expT" mv -f ".libs/libpangoxft-1.0.expT" ".libs/libpangoxft-1.0.exp" echo "{ global:" > .libs/libpangoxft-1.0.ver cat .libs/libpangoxft-1.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libpangoxft-1.0.ver echo "local: *; };" >> .libs/libpangoxft-1.0.ver arm-linux-gnu-gcc -shared .libs/pangoxft-font.o .libs/pangoxft-fontmap.o .libs/pangoxft-render.o -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/debian/build/shared/pango/.libs ./.libs/libpangoft2-1.0.so -L/usr/arm-linux-gnu/lib ./.libs/libpango-1.0.so /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lXft -lfontconfig -lXrender -lX11 -lm -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,libpangoxft-1.0.so.0 -Wl,-version-script -Wl,.libs/libpangoxft-1.0.ver -o .libs/libpangoxft-1.0.so.0.2001.1 (cd .libs && rm -f libpangoxft-1.0.so.0 && ln -s libpangoxft-1.0.so.0.2001.1 libpangoxft-1.0.so.0) (cd .libs && rm -f libpangoxft-1.0.so && ln -s libpangoxft-1.0.so.0.2001.1 libpangoxft-1.0.so) creating libpangoxft-1.0.la (cd .libs && rm -f libpangoxft-1.0.la && ln -s ../libpangoxft-1.0.la libpangoxft-1.0.la) /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-context.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-context.Tpo -c -o libpangocairo_1_0_la-pangocairo-context.lo `test -f 'pangocairo-context.c' || echo '/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/'`pangocairo-context.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-context.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-context.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangocairo-context.c -fPIC -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-context.o mv -f .deps/libpangocairo_1_0_la-pangocairo-context.Tpo .deps/libpangocairo_1_0_la-pangocairo-context.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-font.Tpo -c -o libpangocairo_1_0_la-pangocairo-font.lo `test -f 'pangocairo-font.c' || echo '/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/'`pangocairo-font.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-font.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-font.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangocairo-font.c -fPIC -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-font.o mv -f .deps/libpangocairo_1_0_la-pangocairo-font.Tpo .deps/libpangocairo_1_0_la-pangocairo-font.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo -c -o libpangocairo_1_0_la-pangocairo-fontmap.lo `test -f 'pangocairo-fontmap.c' || echo '/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/'`pangocairo-fontmap.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-fontmap.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/pangocairo-fontmap.c -fPIC -DPIC -o .libs/libpangocairo_1_0_la-pangocairo-fontmap.o mv -f .deps/libpangocairo_1_0_la-pangocairo-fontmap.Tpo .deps/libpangocairo_1_0_la-pangocairo-fontmap.Plo /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -I/usr/arm-linux-gnu/include -I/usr/include/freetype2 -I/usr/arm-linux-gnu/include/cairo -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include/libpng12 -I/usr/arm-linux-gnu/include/freetype2 -I/usr/arm-linux-gnu/include -I/usr/arm-linux-gnu/include -g -O2 -Wall -g -O2 -MT libpangocairo_1_0_la-pangocairo-render.lo -MD -MP -MF .deps/libpangocairo_1_0_la-pangocairo-render.Tpo -c -o libpangocairo_1_0_la-pangocairo-render.lo `test -f 'pangocairo-render.c' || echo '/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango/'`pangocairo-render.c arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2/pango -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.20.2 -DG_DISABLE_CAST_CHECKS -pthread -I/usr/arm-linux-gnu/includ