dpkg-buildpackage: source package is pango1.0 dpkg-buildpackage: source version is 1.16.4-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. dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu. dpkg-buildpackage: host architecture arm dpkg-buildpackage: source version without epoch 1.16.4-1em1 fakeroot debian/rules clean make: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4' touch debian/control.in dh_testdir sed -e "s#@SONAME@#0#g" \ -e "s#@APIVER@#1.0#g" \ -e "s#@VERSION@#1.16.4#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 , Josselin Mouette , Loic Minier #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.16.4/debian/install rm -rf /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/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 21_malayalam-rendering.patch Restoring modules/indic/indic-ot-class-tables.c Restoring modules/indic/indic-ot.c 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-common.links debian/libpango1.0-0.install debian/libpango1.0-dev.install debian/libpango1.0-dev.links rm -f debian/dh_pangomodules debian/dh_pangomodules.1 dh_clean make: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4' dpkg-source -b pango1.0-1.16.4 dpkg-source: building pango1.0 using existing pango1.0_1.16.4.orig.tar.gz dpkg-source: building pango1.0 in pango1.0_1.16.4-1em1.diff.gz dpkg-source: building pango1.0 in pango1.0_1.16.4-1em1.dsc debian/rules build make: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4' 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 Applying patch 21_malayalam-rendering.patch patching file modules/indic/indic-ot-class-tables.c patching file modules/indic/indic-ot.c Now at patch 21_malayalam-rendering.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.16.4/debian/build/shared cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared && \ CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs -Wl,-O1" \ /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/configure --prefix=/usr --libdir=/usr/lib --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-html-dir=\${prefix}/share/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 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of arm-linux-gnu-gcc... gcc3 checking for c++... arm-linux-gnu-g++ checking for arm-linux-gnu-g++... (cached) arm-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether arm-linux-gnu-g++ accepts -g... yes checking dependency style of arm-linux-gnu-g++... gcc3 checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by arm-linux-gnu-gcc... arm-linux-gnu-ld checking if the linker (arm-linux-gnu-ld) is GNU ld... yes checking for arm-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... arm-linux-gnu-nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... arm-linux-gnu-cpp 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... arm-linux-gnu-g++ -E checking for arm-linux-gnu-g77... no checking for arm-linux-gnu-f77... no checking for arm-linux-gnu-xlf... no checking for arm-linux-gnu-frt... no checking for arm-linux-gnu-pgf77... 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-f90... no checking for arm-linux-gnu-xlf90... no checking for arm-linux-gnu-pgf90... no checking for arm-linux-gnu-epcf90... no checking for arm-linux-gnu-f95... no checking for arm-linux-gnu-fort... no checking for arm-linux-gnu-xlf95... 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-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse arm-linux-gnu-nm 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 (arm-linux-gnu-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 arm-linux-gnu-g++... arm-linux-gnu-ld checking if the linker (arm-linux-gnu-ld) is GNU ld... yes checking whether the arm-linux-gnu-g++ linker (arm-linux-gnu-ld) supports shared libraries... yes checking for arm-linux-gnu-g++ option to produce PIC... -fPIC checking if arm-linux-gnu-g++ PIC flag -fPIC works... yes checking if arm-linux-gnu-g++ static flag -static works... yes checking if arm-linux-gnu-g++ supports -c -o file.o... yes checking whether the arm-linux-gnu-g++ linker (arm-linux-gnu-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for 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... no 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... no no configure: WARNING: No fontconfig found, skipping tests for FreeType and Xft checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for CAIRO... no no 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 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: X touch debian/stampdir/configure-stamp-shared dh_testdir LD_LIBRARY_PATH=/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs: \ /usr/bin/make -C /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared make[1]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' /usr/bin/make all-recursive make[2]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' Making all in pango make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango' ( cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/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-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.16.4/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-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.16.4/debian/build/shared/pango' Making all in mini-fribidi make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/mini-fribidi' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi.c; \ then mv -f ".deps/fribidi.Tpo" ".deps/fribidi.Plo"; else rm -f ".deps/fribidi.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi/fribidi.c -fPIC -DPIC -o .libs/fribidi.o if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_char_type.c; \ then mv -f ".deps/fribidi_char_type.Tpo" ".deps/fribidi_char_type.Plo"; else rm -f ".deps/fribidi_char_type.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_char_type.c -fPIC -DPIC -o .libs/fribidi_char_type.o if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_types.c; \ then mv -f ".deps/fribidi_types.Tpo" ".deps/fribidi_types.Plo"; else rm -f ".deps/fribidi_types.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_types.c -fPIC -DPIC -o .libs/fribidi_types.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -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.16.4/debian/build/shared/pango/mini-fribidi' make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango' if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/break.c; \ then mv -f ".deps/break.Tpo" ".deps/break.Plo"; else rm -f ".deps/break.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT break.lo -MD -MP -MF .deps/break.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/break.c -fPIC -DPIC -o .libs/break.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/ellipsize.c; \ then mv -f ".deps/ellipsize.Tpo" ".deps/ellipsize.Plo"; else rm -f ".deps/ellipsize.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/ellipsize.c -fPIC -DPIC -o .libs/ellipsize.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/fonts.c; \ then mv -f ".deps/fonts.Tpo" ".deps/fonts.Plo"; else rm -f ".deps/fonts.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c -fPIC -DPIC -o .libs/fonts.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c: In function 'find_field_any': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:906: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:907: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:908: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:909: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:910: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/glyphstring.c; \ then mv -f ".deps/glyphstring.Tpo" ".deps/glyphstring.Plo"; else rm -f ".deps/glyphstring.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/glyphstring.c -fPIC -DPIC -o .libs/glyphstring.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT mapping.lo -MD -MP -MF ".deps/mapping.Tpo" -c -o mapping.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mapping.c; \ then mv -f ".deps/mapping.Tpo" ".deps/mapping.Plo"; else rm -f ".deps/mapping.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT mapping.lo -MD -MP -MF .deps/mapping.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mapping.c -fPIC -DPIC -o .libs/mapping.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/modules.c; \ then mv -f ".deps/modules.Tpo" ".deps/modules.Plo"; else rm -f ".deps/modules.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c -fPIC -DPIC -o .libs/modules.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c: In function 'pango_module_load': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:185: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:187: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:191: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-attributes.c; \ then mv -f ".deps/pango-attributes.Tpo" ".deps/pango-attributes.Plo"; else rm -f ".deps/pango-attributes.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-attributes.c -fPIC -DPIC -o .libs/pango-attributes.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-attributes.c: In function 'pango_attr_list_insert_internal': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-attributes.c:1167: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-color.c; \ then mv -f ".deps/pango-color.Tpo" ".deps/pango-color.Plo"; else rm -f ".deps/pango-color.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-color.c -fPIC -DPIC -o .libs/pango-color.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-context.c; \ then mv -f ".deps/pango-context.Tpo" ".deps/pango-context.Plo"; else rm -f ".deps/pango-context.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-context.c -fPIC -DPIC -o .libs/pango-context.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-coverage.c; \ then mv -f ".deps/pango-coverage.Tpo" ".deps/pango-coverage.Plo"; else rm -f ".deps/pango-coverage.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-coverage.c -fPIC -DPIC -o .libs/pango-coverage.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-engine.c; \ then mv -f ".deps/pango-engine.Tpo" ".deps/pango-engine.Plo"; else rm -f ".deps/pango-engine.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-engine.c -fPIC -DPIC -o .libs/pango-engine.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-fontmap.c; \ then mv -f ".deps/pango-fontmap.Tpo" ".deps/pango-fontmap.Plo"; else rm -f ".deps/pango-fontmap.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-fontmap.c -fPIC -DPIC -o .libs/pango-fontmap.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-fontset.c; \ then mv -f ".deps/pango-fontset.Tpo" ".deps/pango-fontset.Plo"; else rm -f ".deps/pango-fontset.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-fontset.c -fPIC -DPIC -o .libs/pango-fontset.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-glyph-item.c; \ then mv -f ".deps/pango-glyph-item.Tpo" ".deps/pango-glyph-item.Plo"; else rm -f ".deps/pango-glyph-item.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-glyph-item.c -fPIC -DPIC -o .libs/pango-glyph-item.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-gravity.c; \ then mv -f ".deps/pango-gravity.Tpo" ".deps/pango-gravity.Plo"; else rm -f ".deps/pango-gravity.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-gravity.c -fPIC -DPIC -o .libs/pango-gravity.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-item.c; \ then mv -f ".deps/pango-item.Tpo" ".deps/pango-item.Plo"; else rm -f ".deps/pango-item.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-item.c -fPIC -DPIC -o .libs/pango-item.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-layout.c; \ then mv -f ".deps/pango-layout.Tpo" ".deps/pango-layout.Plo"; else rm -f ".deps/pango-layout.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-layout.c -fPIC -DPIC -o .libs/pango-layout.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-markup.c; \ then mv -f ".deps/pango-markup.Tpo" ".deps/pango-markup.Plo"; else rm -f ".deps/pango-markup.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-markup.c -fPIC -DPIC -o .libs/pango-markup.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c: In function 'span_parse_boolean': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c:877: warning: unused variable 'end' /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c: In function 'span_parse_func': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c:1236: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c:1256: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-markup.c:1266: warning: passing argument 4 of 'span_parse_enum' from incompatible pointer type if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-matrix.c; \ then mv -f ".deps/pango-matrix.Tpo" ".deps/pango-matrix.Plo"; else rm -f ".deps/pango-matrix.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-matrix.c -fPIC -DPIC -o .libs/pango-matrix.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-renderer.c; \ then mv -f ".deps/pango-renderer.Tpo" ".deps/pango-renderer.Plo"; else rm -f ".deps/pango-renderer.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-renderer.c -fPIC -DPIC -o .libs/pango-renderer.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-script.c; \ then mv -f ".deps/pango-script.Tpo" ".deps/pango-script.Plo"; else rm -f ".deps/pango-script.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-script.c -fPIC -DPIC -o .libs/pango-script.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-tabs.c; \ then mv -f ".deps/pango-tabs.Tpo" ".deps/pango-tabs.Plo"; else rm -f ".deps/pango-tabs.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-tabs.c -fPIC -DPIC -o .libs/pango-tabs.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-utils.c; \ then mv -f ".deps/pango-utils.Tpo" ".deps/pango-utils.Plo"; else rm -f ".deps/pango-utils.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-utils.c -fPIC -DPIC -o .libs/pango-utils.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-utils.c: In function 'pango_scan_int': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-utils.c:515: warning: unused variable 'i' /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-utils.c: In function 'pango_log2vis_get_embedding_levels': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-utils.c:1499: warning: pointer targets in assignment differ in signedness if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/reorder-items.c; \ then mv -f ".deps/reorder-items.Tpo" ".deps/reorder-items.Plo"; else rm -f ".deps/reorder-items.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/reorder-items.c -fPIC -DPIC -o .libs/reorder-items.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/shape.c; \ then mv -f ".deps/shape.Tpo" ".deps/shape.Plo"; else rm -f ".deps/shape.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/shape.c -fPIC -DPIC -o .libs/shape.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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; \ then mv -f ".deps/pango-enum-types.Tpo" ".deps/pango-enum-types.Plo"; else rm -f ".deps/pango-enum-types.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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 if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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; \ then mv -f ".deps/module-defs-lang.Tpo" ".deps/module-defs-lang.Plo"; else rm -f ".deps/module-defs-lang.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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 /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o libpango-1.0.la -rpath /usr/lib -version-info 1600:4:1600 -export-symbols-regex "^pango_.*" break.lo ellipsize.lo fonts.lo glyphstring.lo mapping.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-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' arm-linux-gnu-nm .libs/break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/mapping.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-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 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/mapping.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-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 -L/usr/lib /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.1600.4 (cd .libs && rm -f libpango-1.0.so.0 && ln -s libpango-1.0.so.0.1600.4 libpango-1.0.so.0) (cd .libs && rm -f libpango-1.0.so && ln -s libpango-1.0.so.0.1600.4 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) if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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; \ then mv -f ".deps/module-defs-x.Tpo" ".deps/module-defs-x.Plo"; else rm -f ".deps/module-defs-x.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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 if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pangox.c; \ then mv -f ".deps/pangox.Tpo" ".deps/pangox.Plo"; else rm -f ".deps/pangox.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pangox.c -fPIC -DPIC -o .libs/pangox.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pangox-fontcache.c; \ then mv -f ".deps/pangox-fontcache.Tpo" ".deps/pangox-fontcache.Plo"; else rm -f ".deps/pangox-fontcache.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pangox-fontcache.c -fPIC -DPIC -o .libs/pangox-fontcache.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pangox-fontmap.c; \ then mv -f ".deps/pangox-fontmap.Tpo" ".deps/pangox-fontmap.Plo"; else rm -f ".deps/pangox-fontmap.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pangox-fontmap.c -fPIC -DPIC -o .libs/pangox-fontmap.o /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o libpangox-1.0.la -rpath /usr/lib -version-info 1600:4:1600 -export-symbols-regex "^pango_.*" 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' arm-linux-gnu-nm .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 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.16.4/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 -L/usr/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.1600.4 (cd .libs && rm -f libpangox-1.0.so.0 && ln -s libpangox-1.0.so.0.1600.4 libpangox-1.0.so.0) (cd .libs && rm -f libpangox-1.0.so && ln -s libpangox-1.0.so.0.1600.4 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) if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT querymodules.o -MD -MP -MF ".deps/querymodules.Tpo" -c -o querymodules.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/querymodules.c; \ then mv -f ".deps/querymodules.Tpo" ".deps/querymodules.Po"; else rm -f ".deps/querymodules.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-querymodules querymodules.o libpangox-1.0.la libpango-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/pango-querymodules querymodules.o ./.libs/libpangox-1.0.so /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs/libpango-1.0.so -L/usr/arm-linux-gnu/lib -lX11 ./.libs/libpango-1.0.so -lm /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib creating pango-querymodules make[5]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango' make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango' make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango' Making all in modules make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules' Making all in arabic make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/arabic' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/arabic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT arabic-lang.lo -MD -MP -MF ".deps/arabic-lang.Tpo" -c -o arabic-lang.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/arabic/arabic-lang.c; \ then mv -f ".deps/arabic-lang.Tpo" ".deps/arabic-lang.Plo"; else rm -f ".deps/arabic-lang.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/arabic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT arabic-lang.lo -MD -MP -MF .deps/arabic-lang.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/arabic/arabic-lang.c -fPIC -DPIC -o .libs/arabic-lang.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-arabic-lang.la -rpath /usr/lib/pango/1.6.0/modules -module -export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*" arabic-lang.lo -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../../pango/libpango-1.0.la generating symbol list for `pango-arabic-lang.la' arm-linux-gnu-nm .libs/arabic-lang.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/pango-arabic-lang.exp grep -E -e "^script_engine_.*" ".libs/pango-arabic-lang.exp" > ".libs/pango-arabic-lang.expT" mv -f ".libs/pango-arabic-lang.expT" ".libs/pango-arabic-lang.exp" echo "{ global:" > .libs/pango-arabic-lang.ver cat .libs/pango-arabic-lang.exp | sed -e "s/\(.*\)/\1;/" >> .libs/pango-arabic-lang.ver echo "local: *; };" >> .libs/pango-arabic-lang.ver arm-linux-gnu-gcc -shared .libs/arabic-lang.o -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so -L/usr/lib /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so ../../pango/.libs/libpango-1.0.so -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,pango-arabic-lang.so -Wl,-version-script -Wl,.libs/pango-arabic-lang.ver -o .libs/pango-arabic-lang.so creating pango-arabic-lang.la (cd .libs && rm -f pango-arabic-lang.la && ln -s ../pango-arabic-lang.la pango-arabic-lang.la) make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/arabic' Making all in basic make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/basic' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/basic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT basic-x.lo -MD -MP -MF ".deps/basic-x.Tpo" -c -o basic-x.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/basic/basic-x.c; \ then mv -f ".deps/basic-x.Tpo" ".deps/basic-x.Plo"; else rm -f ".deps/basic-x.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/basic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT basic-x.lo -MD -MP -MF .deps/basic-x.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/basic/basic-x.c -fPIC -DPIC -o .libs/basic-x.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-basic-x.la -rpath /usr/lib/pango/1.6.0/modules -module -export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*" basic-x.lo -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../../pango/libpango-1.0.la ../../pango/libpangox-1.0.la -lX11 generating symbol list for `pango-basic-x.la' arm-linux-gnu-nm .libs/basic-x.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/pango-basic-x.exp grep -E -e "^script_engine_.*" ".libs/pango-basic-x.exp" > ".libs/pango-basic-x.expT" mv -f ".libs/pango-basic-x.expT" ".libs/pango-basic-x.exp" echo "{ global:" > .libs/pango-basic-x.ver cat .libs/pango-basic-x.exp | sed -e "s/\(.*\)/\1;/" >> .libs/pango-basic-x.ver echo "local: *; };" >> .libs/pango-basic-x.ver arm-linux-gnu-gcc -shared .libs/basic-x.o -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so -L/usr/lib /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so ../../pango/.libs/libpango-1.0.so ../../pango/.libs/libpangox-1.0.so -lX11 -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,pango-basic-x.so -Wl,-version-script -Wl,.libs/pango-basic-x.ver -o .libs/pango-basic-x.so creating pango-basic-x.la (cd .libs && rm -f pango-basic-x.la && ln -s ../pango-basic-x.la pango-basic-x.la) make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/basic' Making all in hangul make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/hangul' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/hangul' Making all in hebrew make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/hebrew' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/hebrew' Making all in indic make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/indic' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/indic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT indic-lang.lo -MD -MP -MF ".deps/indic-lang.Tpo" -c -o indic-lang.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/indic/indic-lang.c; \ then mv -f ".deps/indic-lang.Tpo" ".deps/indic-lang.Plo"; else rm -f ".deps/indic-lang.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/indic -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT indic-lang.lo -MD -MP -MF .deps/indic-lang.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/indic/indic-lang.c -fPIC -DPIC -o .libs/indic-lang.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-indic-lang.la -rpath /usr/lib/pango/1.6.0/modules -module -export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*" indic-lang.lo -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../../pango/libpango-1.0.la generating symbol list for `pango-indic-lang.la' arm-linux-gnu-nm .libs/indic-lang.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/pango-indic-lang.exp grep -E -e "^script_engine_.*" ".libs/pango-indic-lang.exp" > ".libs/pango-indic-lang.expT" mv -f ".libs/pango-indic-lang.expT" ".libs/pango-indic-lang.exp" echo "{ global:" > .libs/pango-indic-lang.ver cat .libs/pango-indic-lang.exp | sed -e "s/\(.*\)/\1;/" >> .libs/pango-indic-lang.ver echo "local: *; };" >> .libs/pango-indic-lang.ver arm-linux-gnu-gcc -shared .libs/indic-lang.o -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so -L/usr/lib /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so ../../pango/.libs/libpango-1.0.so -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,pango-indic-lang.so -Wl,-version-script -Wl,.libs/pango-indic-lang.ver -o .libs/pango-indic-lang.so creating pango-indic-lang.la (cd .libs && rm -f pango-indic-lang.la && ln -s ../pango-indic-lang.la pango-indic-lang.la) make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/indic' Making all in khmer make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/khmer' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/khmer' Making all in syriac make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/syriac' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/syriac' Making all in thai make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/thai' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/thai -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT thai-lang.lo -MD -MP -MF ".deps/thai-lang.Tpo" -c -o thai-lang.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/thai/thai-lang.c; \ then mv -f ".deps/thai-lang.Tpo" ".deps/thai-lang.Plo"; else rm -f ".deps/thai-lang.Tpo"; exit 1; fi mkdir .libs arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/thai -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT thai-lang.lo -MD -MP -MF .deps/thai-lang.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/modules/thai/thai-lang.c -fPIC -DPIC -o .libs/thai-lang.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-thai-lang.la -rpath /usr/lib/pango/1.6.0/modules -module -export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*" thai-lang.lo -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../../pango/libpango-1.0.la -L/usr/arm-linux-gnu/lib -lthai -ldatrie generating symbol list for `pango-thai-lang.la' arm-linux-gnu-nm .libs/thai-lang.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/pango-thai-lang.exp grep -E -e "^script_engine_.*" ".libs/pango-thai-lang.exp" > ".libs/pango-thai-lang.expT" mv -f ".libs/pango-thai-lang.expT" ".libs/pango-thai-lang.exp" echo "{ global:" > .libs/pango-thai-lang.ver cat .libs/pango-thai-lang.exp | sed -e "s/\(.*\)/\1;/" >> .libs/pango-thai-lang.ver echo "local: *; };" >> .libs/pango-thai-lang.ver arm-linux-gnu-gcc -shared .libs/thai-lang.o -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so -L/usr/lib /usr/arm-linux-gnu/lib/libgmodule-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so ../../pango/.libs/libpango-1.0.so /usr/arm-linux-gnu/lib/libthai.so -ldatrie -Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,pango-thai-lang.so -Wl,-version-script -Wl,.libs/pango-thai-lang.ver -o .libs/pango-thai-lang.so creating pango-thai-lang.la (cd .libs && rm -f pango-thai-lang.la && ln -s ../pango-thai-lang.la pango-thai-lang.la) make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/thai' Making all in tibetan make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/tibetan' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules/tibetan' make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules' make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/modules' Making all in pango-view make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango-view' cp /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/../modules/pangorc pangorc /usr/bin/make all-am make[4]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango-view' if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT viewer-render.o -MD -MP -MF ".deps/viewer-render.Tpo" -c -o viewer-render.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c; \ then mv -f ".deps/viewer-render.Tpo" ".deps/viewer-render.Po"; else rm -f ".deps/viewer-render.Tpo"; exit 1; fi /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c: In function ‘parse_ellipsis’: /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c:376: warning: passing argument 2 of ‘parse_enum’ from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c: In function ‘parse_gravity’: /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c:386: warning: passing argument 2 of ‘parse_enum’ from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c: In function ‘parse_gravity_hint’: /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c:396: warning: passing argument 2 of ‘parse_enum’ from incompatible pointer type /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c: In function ‘parse_wrap’: /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-render.c:433: warning: passing argument 2 of ‘parse_enum’ from incompatible pointer type if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT viewer-x.o -MD -MP -MF ".deps/viewer-x.Tpo" -c -o viewer-x.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-x.c; \ then mv -f ".deps/viewer-x.Tpo" ".deps/viewer-x.Po"; else rm -f ".deps/viewer-x.Tpo"; exit 1; fi if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT viewer-main.o -MD -MP -MF ".deps/viewer-main.Tpo" -c -o viewer-main.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-main.c; \ then mv -f ".deps/viewer-main.Tpo" ".deps/viewer-main.Po"; else rm -f ".deps/viewer-main.Tpo"; exit 1; fi if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT pango-view.o -MD -MP -MF ".deps/pango-view.Tpo" -c -o pango-view.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/pango-view.c; \ then mv -f ".deps/pango-view.Tpo" ".deps/pango-view.Po"; else rm -f ".deps/pango-view.Tpo"; exit 1; fi if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT viewer-pangox.o -MD -MP -MF ".deps/viewer-pangox.Tpo" -c -o viewer-pangox.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/viewer-pangox.c; \ then mv -f ".deps/viewer-pangox.Tpo" ".deps/viewer-pangox.Po"; else rm -f ".deps/viewer-pangox.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pango-view viewer-render.o viewer-x.o viewer-main.o pango-view.o viewer-pangox.o ../pango/libpango-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../pango/libpangox-1.0.la -lX11 mkdir .libs arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/pango-view viewer-render.o viewer-x.o viewer-main.o pango-view.o viewer-pangox.o ../pango/.libs/libpango-1.0.so -L/usr/arm-linux-gnu/lib ../pango/.libs/libpangox-1.0.so /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs/libpango-1.0.so -lm /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -lX11 -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib creating pango-view if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT pangox-view.o -MD -MP -MF ".deps/pangox-view.Tpo" -c -o pangox-view.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango-view/pangox-view.c; \ then mv -f ".deps/pangox-view.Tpo" ".deps/pangox-view.Po"; else rm -f ".deps/pangox-view.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o pangox-view viewer-render.o viewer-x.o viewer-main.o viewer-pangox.o pangox-view.o ../pango/libpango-1.0.la ../pango/libpangox-1.0.la -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lX11 arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/pangox-view viewer-render.o viewer-x.o viewer-main.o viewer-pangox.o pangox-view.o ../pango/.libs/libpango-1.0.so -L/usr/arm-linux-gnu/lib ../pango/.libs/libpangox-1.0.so /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango/.libs/libpango-1.0.so -lm /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -lX11 -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib creating pangox-view make[4]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango-view' make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/pango-view' Making all in examples make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/examples' Making all in docs make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/docs' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/docs' Making all in tools make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/tools' if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tools -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -Wall -g -O2 -MT gen-script-for-lang.o -MD -MP -MF ".deps/gen-script-for-lang.Tpo" -c -o gen-script-for-lang.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tools/gen-script-for-lang.c; \ then mv -f ".deps/gen-script-for-lang.Tpo" ".deps/gen-script-for-lang.Po"; else rm -f ".deps/gen-script-for-lang.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o gen-script-for-lang gen-script-for-lang.o ../pango/libpango-1.0.la mkdir .libs arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/gen-script-for-lang gen-script-for-lang.o ../pango/.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 /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -lm -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib creating gen-script-for-lang make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/tools' Making all in tests make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/tests' if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tests -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT gen-all-unicode.o -MD -MP -MF ".deps/gen-all-unicode.Tpo" -c -o gen-all-unicode.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tests/gen-all-unicode.c; \ then mv -f ".deps/gen-all-unicode.Tpo" ".deps/gen-all-unicode.Po"; else rm -f ".deps/gen-all-unicode.Tpo"; exit 1; fi cp /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tests/../modules/pangorc pangorc /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o gen-all-unicode gen-all-unicode.o -L/usr/arm-linux-gnu/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 mkdir .libs arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o gen-all-unicode gen-all-unicode.o -L/usr/arm-linux-gnu/lib /usr/arm-linux-gnu/lib/libgobject-2.0.so /usr/arm-linux-gnu/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib if arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tests -I.. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT dump-boundaries.o -MD -MP -MF ".deps/dump-boundaries.Tpo" -c -o dump-boundaries.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/tests/dump-boundaries.c; \ then mv -f ".deps/dump-boundaries.Tpo" ".deps/dump-boundaries.Po"; else rm -f ".deps/dump-boundaries.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o dump-boundaries dump-boundaries.o ../pango/libpango-1.0.la arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/dump-boundaries dump-boundaries.o ../pango/.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 /usr/lib/libglib-2.0.so -ldl /usr/arm-linux-gnu/lib/libglib-2.0.so -lrt -lm -Wl,--rpath -Wl,/usr/arm-linux-gnu/lib creating dump-boundaries make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared/tests' make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' make[2]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' make[1]: Leaving directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/shared' touch debian/stampdir/build-stamp-shared dh_testdir mkdir -p /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static && \ CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs -Wl,-O1" \ /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/configure --prefix=/usr --libdir=/usr/lib --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-html-dir=\${prefix}/share/doc/ --sysconfdir=/etc --build=x86_64-linux-gnu --host=arm-linux-gnu --disable-shared --with-included-modules --enable-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 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of arm-linux-gnu-gcc... gcc3 checking for c++... arm-linux-gnu-g++ checking for arm-linux-gnu-g++... (cached) arm-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether arm-linux-gnu-g++ accepts -g... yes checking dependency style of arm-linux-gnu-g++... gcc3 checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by arm-linux-gnu-gcc... arm-linux-gnu-ld checking if the linker (arm-linux-gnu-ld) is GNU ld... yes checking for arm-linux-gnu-ld option to reload object files... -r checking for BSD-compatible nm... arm-linux-gnu-nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... arm-linux-gnu-cpp 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... arm-linux-gnu-g++ -E checking for arm-linux-gnu-g77... no checking for arm-linux-gnu-f77... no checking for arm-linux-gnu-xlf... no checking for arm-linux-gnu-frt... no checking for arm-linux-gnu-pgf77... 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-f90... no checking for arm-linux-gnu-xlf90... no checking for arm-linux-gnu-pgf90... no checking for arm-linux-gnu-epcf90... no checking for arm-linux-gnu-f95... no checking for arm-linux-gnu-fort... no checking for arm-linux-gnu-xlf95... 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-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse arm-linux-gnu-nm 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 (arm-linux-gnu-ld) supports shared libraries... yes 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by arm-linux-gnu-g++... arm-linux-gnu-ld checking if the linker (arm-linux-gnu-ld) is GNU ld... yes checking whether the arm-linux-gnu-g++ linker (arm-linux-gnu-ld) supports shared libraries... yes checking for arm-linux-gnu-g++ option to produce PIC... -fPIC checking if arm-linux-gnu-g++ PIC flag -fPIC works... yes checking if arm-linux-gnu-g++ static flag -static works... yes checking if arm-linux-gnu-g++ supports -c -o file.o... yes checking whether the arm-linux-gnu-g++ linker (arm-linux-gnu-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for 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... no 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... no no configure: WARNING: No fontconfig found, skipping tests for FreeType and Xft checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for CAIRO... no no checking for GLIB... yes checking for LIBTHAI... yes checking modules to link statically... 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 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 write dependencies into .pc files... yes 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: X touch debian/stampdir/configure-stamp-static dh_testdir LD_LIBRARY_PATH=/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static/pango/.libs: \ /usr/bin/make -C /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static make[1]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static' /usr/bin/make all-recursive make[2]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static' Making all in pango make[3]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static/pango' ( cd /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/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-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.16.4/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-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.16.4/debian/build/static/pango' Making all in mini-fribidi make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static/pango/mini-fribidi' if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi.c; \ then mv -f ".deps/fribidi.Tpo" ".deps/fribidi.Plo"; else rm -f ".deps/fribidi.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi/fribidi.c -o fribidi.o if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_char_type.c; \ then mv -f ".deps/fribidi_char_type.Tpo" ".deps/fribidi_char_type.Plo"; else rm -f ".deps/fribidi_char_type.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_char_type.c -o fribidi_char_type.o if /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_types.c; \ then mv -f ".deps/fribidi_types.Tpo" ".deps/fribidi_types.Plo"; else rm -f ".deps/fribidi_types.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mini-fribidi -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_CAST_CHECKS -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4 -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/mini-fribidi/fribidi_types.c -o fribidi_types.o /bin/sh ../../libtool --tag=CC --mode=link arm-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -Wl,-O1 -o libmini-fribidi.la fribidi.lo fribidi_char_type.lo fribidi_types.lo mkdir .libs arm-linux-gnu-ar cru .libs/libmini-fribidi.a fribidi.o fribidi_char_type.o 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.16.4/debian/build/static/pango/mini-fribidi' make[5]: Entering directory `/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/debian/build/static/pango' if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/break.c; \ then mv -f ".deps/break.Tpo" ".deps/break.Plo"; else rm -f ".deps/break.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT break.lo -MD -MP -MF .deps/break.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/break.c -o break.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/ellipsize.c; \ then mv -f ".deps/ellipsize.Tpo" ".deps/ellipsize.Plo"; else rm -f ".deps/ellipsize.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/ellipsize.c -o ellipsize.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/fonts.c; \ then mv -f ".deps/fonts.Tpo" ".deps/fonts.Plo"; else rm -f ".deps/fonts.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c -o fonts.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c: In function 'find_field_any': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:906: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:907: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:908: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:909: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/fonts.c:910: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/glyphstring.c; \ then mv -f ".deps/glyphstring.Tpo" ".deps/glyphstring.Plo"; else rm -f ".deps/glyphstring.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/glyphstring.c -o glyphstring.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT mapping.lo -MD -MP -MF ".deps/mapping.Tpo" -c -o mapping.lo /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mapping.c; \ then mv -f ".deps/mapping.Tpo" ".deps/mapping.Plo"; else rm -f ".deps/mapping.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT mapping.lo -MD -MP -MF .deps/mapping.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/mapping.c -o mapping.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/modules.c; \ then mv -f ".deps/modules.Tpo" ".deps/modules.Plo"; else rm -f ".deps/modules.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -Wall -g -O2 -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c -o modules.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c: In function 'pango_module_load': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:185: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:187: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/modules.c:191: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-attributes.c; \ then mv -f ".deps/pango-attributes.Tpo" ".deps/pango-attributes.Plo"; else rm -f ".deps/pango-attributes.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-attributes.c -o pango-attributes.o /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-attributes.c: In function 'pango_attr_list_insert_internal': /opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango/pango-attributes.c:1167: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-color.c; \ then mv -f ".deps/pango-color.Tpo" ".deps/pango-color.Plo"; else rm -f ".deps/pango-color.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-color.c -o pango-color.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-context.c; \ then mv -f ".deps/pango-context.Tpo" ".deps/pango-context.Plo"; else rm -f ".deps/pango-context.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-context.c -o pango-context.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-coverage.c; \ then mv -f ".deps/pango-coverage.Tpo" ".deps/pango-coverage.Plo"; else rm -f ".deps/pango-coverage.Tpo"; exit 1; fi arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -I/usr/arm-linux-gnu/lib/glib-2.0/include -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.16.4/pango/pango-coverage.c -o pango-coverage.o if /bin/sh ../libtool --tag=CC --mode=compile arm-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/opt/emdebian/trunk/p/pango1.0/trunk/pango1.0-1.16.4/pango -I.. -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.16.4 -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -I/usr/arm-linux-gnu/include/glib-2.0 -