Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110229 - emerge of pango-1.8.1 failed
Summary: emerge of pango-1.8.1 failed
Status: RESOLVED DUPLICATE of bug 17239
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 08:12 UTC by Den_M
Modified: 2005-10-23 08:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Den_M 2005-10-23 08:12:36 UTC
When I try to emerge pango (or some packages depending on it), compiling failed
with error
!!! ERROR: x11-libs/pango-1.8.1-r1 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge pango
2. see error :)
Actual Results:  
compile error

Expected Results:  
successfull emerge

Stacktrace:
Making all in pango
make[2]: Entering directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
( cd . && glib-mkenums \
		--fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define
__PANGO_ENUM_TYPES_H__\n\n#include <glib-object.h>\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-item.h pango-layout.h pango-modules.h pango-renderer.h
pango-script.h pango-tabs.h pango-types.h pango-utils.h pangofc-font.h
pangofc-fontmap.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 . && glib-mkenums \
		--fhead "#include <pango.h>" \
		--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
(\"@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-item.h pango-layout.h pango-modules.h pango-renderer.h
pango-script.h pango-tabs.h pango-types.h pango-utils.h pangofc-font.h
pangofc-fontmap.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
make  all-recursive
make[3]: Entering directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
Making all in opentype
make[4]: Entering directory
`/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango/opentype'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT ftxopen.lo -MD -MP -MF ".deps/ftxopen.Tpo" \
  -c -o ftxopen.lo `test -f 'ftxopen.c' || echo './'`ftxopen.c; \
then mv -f ".deps/ftxopen.Tpo" ".deps/ftxopen.Plo"; \
else rm -f ".deps/ftxopen.Tpo"; exit 1; \
fi
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT ftxgdef.lo -MD -MP -MF ".deps/ftxgdef.Tpo" \
  -c -o ftxgdef.lo `test -f 'ftxgdef.c' || echo './'`ftxgdef.c; \
then mv -f ".deps/ftxgdef.Tpo" ".deps/ftxgdef.Plo"; \
else rm -f ".deps/ftxgdef.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT ftxopen.lo -MD -MP
-MF .deps/ftxopen.Tpo -c ftxopen.c  -fPIC -DPIC -o .libs/ftxopen.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT ftxgdef.lo -MD -MP
-MF .deps/ftxgdef.Tpo -c ftxgdef.c  -fPIC -DPIC -o .libs/ftxgdef.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT ftxgpos.lo -MD -MP -MF ".deps/ftxgpos.Tpo" \
  -c -o ftxgpos.lo `test -f 'ftxgpos.c' || echo './'`ftxgpos.c; \
then mv -f ".deps/ftxgpos.Tpo" ".deps/ftxgpos.Plo"; \
else rm -f ".deps/ftxgpos.Tpo"; exit 1; \
fi
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT ftxgsub.lo -MD -MP -MF ".deps/ftxgsub.Tpo" \
  -c -o ftxgsub.lo `test -f 'ftxgsub.c' || echo './'`ftxgsub.c; \
then mv -f ".deps/ftxgsub.Tpo" ".deps/ftxgsub.Plo"; \
else rm -f ".deps/ftxgsub.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT ftxgpos.lo -MD -MP
-MF .deps/ftxgpos.Tpo -c ftxgpos.c  -fPIC -DPIC -o .libs/ftxgpos.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT ftxgsub.lo -MD -MP
-MF .deps/ftxgsub.Tpo -c ftxgsub.c  -fPIC -DPIC -o .libs/ftxgsub.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT otlbuffer.lo -MD -MP -MF ".deps/otlbuffer.Tpo" \
  -c -o otlbuffer.lo `test -f 'otlbuffer.c' || echo './'`otlbuffer.c; \
then mv -f ".deps/otlbuffer.Tpo" ".deps/otlbuffer.Plo"; \
else rm -f ".deps/otlbuffer.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT otlbuffer.lo -MD -MP
-MF .deps/otlbuffer.Tpo -c otlbuffer.c  -fPIC -DPIC -o .libs/otlbuffer.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT pango-ot-buffer.lo -MD -MP -MF ".deps/pango-ot-buffer.Tpo" \
  -c -o pango-ot-buffer.lo `test -f 'pango-ot-buffer.c' || echo
'./'`pango-ot-buffer.c; \
then mv -f ".deps/pango-ot-buffer.Tpo" ".deps/pango-ot-buffer.Plo"; \
else rm -f ".deps/pango-ot-buffer.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT pango-ot-buffer.lo
-MD -MP -MF .deps/pango-ot-buffer.Tpo -c pango-ot-buffer.c  -fPIC -DPIC -o
.libs/pango-ot-buffer.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT pango-ot-info.lo -MD -MP -MF ".deps/pango-ot-info.Tpo" \
  -c -o pango-ot-info.lo `test -f 'pango-ot-info.c' || echo './'`pango-ot-info.c; \
then mv -f ".deps/pango-ot-info.Tpo" ".deps/pango-ot-info.Plo"; \
else rm -f ".deps/pango-ot-info.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT pango-ot-info.lo -MD
-MP -MF .deps/pango-ot-info.Tpo -c pango-ot-info.c  -fPIC -DPIC -o
.libs/pango-ot-info.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2
-I/usr/X11R6/include -I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT pango-ot-ruleset.lo -MD -MP -MF ".deps/pango-ot-ruleset.Tpo" \
  -c -o pango-ot-ruleset.lo `test -f 'pango-ot-ruleset.c' || echo
'./'`pango-ot-ruleset.c; \
then mv -f ".deps/pango-ot-ruleset.Tpo" ".deps/pango-ot-ruleset.Plo"; \
else rm -f ".deps/pango-ot-ruleset.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include
-I../.. -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT pango-ot-ruleset.lo
-MD -MP -MF .deps/pango-ot-ruleset.Tpo -c pango-ot-ruleset.c  -fPIC -DPIC -o
.libs/pango-ot-ruleset.o
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/freetype2 -I/usr/X11R6/include
-I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT ottest.o -MD -MP
-MF ".deps/ottest.Tpo" \
  -c -o ottest.o `test -f 'ottest.c' || echo './'`ottest.c; \
then mv -f ".deps/ottest.Tpo" ".deps/ottest.Po"; \
else rm -f ".deps/ottest.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include/freetype2 -I/usr/X11R6/include
-I../..    -O3 -march=pentium3 -fomit-frame-pointer -Wall -MT disasm.o -MD -MP
-MF ".deps/disasm.Tpo" \
  -c -o disasm.o `test -f 'disasm.c' || echo './'`disasm.c; \
then mv -f ".deps/disasm.Tpo" ".deps/disasm.Po"; \
else rm -f ".deps/disasm.Tpo"; exit 1; \
fi
/bin/sh ../../libtool --mode=link gcc  -O3 -march=pentium3 -fomit-frame-pointer
-Wall   -o libpango-ot.la   ftxopen.lo ftxgdef.lo ftxgpos.lo ftxgsub.lo
otlbuffer.lo pango-ot-buffer.lo pango-ot-info.lo pango-ot-ruleset.lo  
i686-pc-linux-gnu-ar cru .libs/libpango-ot.a .libs/ftxopen.o .libs/ftxgdef.o
.libs/ftxgpos.o .libs/ftxgsub.o .libs/otlbuffer.o .libs/pango-ot-buffer.o
.libs/pango-ot-info.o .libs/pango-ot-ruleset.o
i686-pc-linux-gnu-ranlib .libs/libpango-ot.a
creating libpango-ot.la
(cd .libs && rm -f libpango-ot.la && ln -s ../libpango-ot.la libpango-ot.la)
/bin/sh ../../libtool --mode=link gcc  -O3 -march=pentium3 -fomit-frame-pointer
-Wall   -o ottest  ottest.o disasm.o libpango-ot.la -lfontconfig   -lfreetype -lz 
gcc -O3 -march=pentium3 -fomit-frame-pointer -Wall -o ottest ottest.o disasm.o 
./.libs/libpango-ot.a /usr/lib/libfontconfig.so /usr/lib/libexpat.so
/usr/lib/libfreetype.so -lz
make[4]: Leaving directory
`/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango/opentype'
Making all in mini-fribidi
make[4]: Entering directory
`/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango/mini-fribidi'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -I../.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include      -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT fribidi.lo -MD -MP -MF ".deps/fribidi.Tpo" \
  -c -o fribidi.lo `test -f 'fribidi.c' || echo './'`fribidi.c; \
then mv -f ".deps/fribidi.Tpo" ".deps/fribidi.Plo"; \
else rm -f ".deps/fribidi.Tpo"; exit 1; \
fi
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -I../.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include      -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT fribidi_char_type.lo -MD -MP -MF ".deps/fribidi_char_type.Tpo" \
  -c -o fribidi_char_type.lo `test -f 'fribidi_char_type.c' || echo
'./'`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
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -I../.. -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT fribidi.lo -MD -MP -MF .deps/fribidi.Tpo -c
fribidi.c  -fPIC -DPIC -o .libs/fribidi.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -I../.. -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT fribidi_char_type.lo -MD -MP -MF
.deps/fribidi_char_type.Tpo -c fribidi_char_type.c  -fPIC -DPIC -o
.libs/fribidi_char_type.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -I../.. -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include      -O3 -march=pentium3 -fomit-frame-pointer -Wall
-MT fribidi_types.lo -MD -MP -MF ".deps/fribidi_types.Tpo" \
  -c -o fribidi_types.lo `test -f 'fribidi_types.c' || echo './'`fribidi_types.c; \
then mv -f ".deps/fribidi_types.Tpo" ".deps/fribidi_types.Plo"; \
else rm -f ".deps/fribidi_types.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -I../.. -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT fribidi_types.lo -MD -MP -MF
.deps/fribidi_types.Tpo -c fribidi_types.c  -fPIC -DPIC -o .libs/fribidi_types.o
/bin/sh ../../libtool --mode=link gcc  -O3 -march=pentium3 -fomit-frame-pointer
-Wall   -o libmini-fribidi.la   fribidi.lo fribidi_char_type.lo fribidi_types.lo  
i686-pc-linux-gnu-ar cru .libs/libmini-fribidi.a .libs/fribidi.o
.libs/fribidi_char_type.o .libs/fribidi_types.o
i686-pc-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[4]: Leaving directory
`/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango/mini-fribidi'
make[4]: Entering directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT break.lo -MD -MP -MF ".deps/break.Tpo" \
  -c -o break.lo `test -f 'break.c' || echo './'`break.c; \
then mv -f ".deps/break.Tpo" ".deps/break.Plo"; \
else rm -f ".deps/break.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT ellipsize.lo -MD -MP -MF ".deps/ellipsize.Tpo" \
  -c -o ellipsize.lo `test -f 'ellipsize.c' || echo './'`ellipsize.c; \
then mv -f ".deps/ellipsize.Tpo" ".deps/ellipsize.Plo"; \
else rm -f ".deps/ellipsize.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT break.lo -MD -MP -MF .deps/break.Tpo -c break.c 
-fPIC -DPIC -o .libs/break.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT ellipsize.lo -MD -MP -MF .deps/ellipsize.Tpo -c
ellipsize.c  -fPIC -DPIC -o .libs/ellipsize.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT fonts.lo -MD -MP -MF ".deps/fonts.Tpo" \
  -c -o fonts.lo `test -f 'fonts.c' || echo './'`fonts.c; \
then mv -f ".deps/fonts.Tpo" ".deps/fonts.Plo"; \
else rm -f ".deps/fonts.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT glyphstring.lo -MD -MP -MF ".deps/glyphstring.Tpo" \
  -c -o glyphstring.lo `test -f 'glyphstring.c' || echo './'`glyphstring.c; \
then mv -f ".deps/glyphstring.Tpo" ".deps/glyphstring.Plo"; \
else rm -f ".deps/glyphstring.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c fonts.c 
-fPIC -DPIC -o .libs/fonts.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT glyphstring.lo -MD -MP -MF .deps/glyphstring.Tpo
-c glyphstring.c  -fPIC -DPIC -o .libs/glyphstring.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT mapping.lo -MD -MP -MF ".deps/mapping.Tpo" \
  -c -o mapping.lo `test -f 'mapping.c' || echo './'`mapping.c; \
then mv -f ".deps/mapping.Tpo" ".deps/mapping.Plo"; \
else rm -f ".deps/mapping.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT mapping.lo -MD -MP -MF .deps/mapping.Tpo -c
mapping.c  -fPIC -DPIC -o .libs/mapping.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT modules.lo -MD -MP -MF ".deps/modules.Tpo" \
  -c -o modules.lo `test -f 'modules.c' || echo './'`modules.c; \
then mv -f ".deps/modules.Tpo" ".deps/modules.Plo"; \
else rm -f ".deps/modules.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c
modules.c  -fPIC -DPIC -o .libs/modules.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-attributes.lo -MD -MP -MF
".deps/pango-attributes.Tpo" \
  -c -o pango-attributes.lo `test -f 'pango-attributes.c' || echo
'./'`pango-attributes.c; \
then mv -f ".deps/pango-attributes.Tpo" ".deps/pango-attributes.Plo"; \
else rm -f ".deps/pango-attributes.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-attributes.lo -MD -MP -MF
.deps/pango-attributes.Tpo -c pango-attributes.c  -fPIC -DPIC -o
.libs/pango-attributes.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-color.lo -MD -MP -MF ".deps/pango-color.Tpo" \
  -c -o pango-color.lo `test -f 'pango-color.c' || echo './'`pango-color.c; \
then mv -f ".deps/pango-color.Tpo" ".deps/pango-color.Plo"; \
else rm -f ".deps/pango-color.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-color.lo -MD -MP -MF .deps/pango-color.Tpo
-c pango-color.c  -fPIC -DPIC -o .libs/pango-color.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-context.lo -MD -MP -MF
".deps/pango-context.Tpo" \
  -c -o pango-context.lo `test -f 'pango-context.c' || echo './'`pango-context.c; \
then mv -f ".deps/pango-context.Tpo" ".deps/pango-context.Plo"; \
else rm -f ".deps/pango-context.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-coverage.lo -MD -MP -MF
".deps/pango-coverage.Tpo" \
  -c -o pango-coverage.lo `test -f 'pango-coverage.c' || echo
'./'`pango-coverage.c; \
then mv -f ".deps/pango-coverage.Tpo" ".deps/pango-coverage.Plo"; \
else rm -f ".deps/pango-coverage.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-context.lo -MD -MP -MF
.deps/pango-context.Tpo -c pango-context.c  -fPIC -DPIC -o .libs/pango-context.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-coverage.lo -MD -MP -MF
.deps/pango-coverage.Tpo -c pango-coverage.c  -fPIC -DPIC -o .libs/pango-coverage.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-engine.lo -MD -MP -MF
".deps/pango-engine.Tpo" \
  -c -o pango-engine.lo `test -f 'pango-engine.c' || echo './'`pango-engine.c; \
then mv -f ".deps/pango-engine.Tpo" ".deps/pango-engine.Plo"; \
else rm -f ".deps/pango-engine.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-engine.lo -MD -MP -MF
.deps/pango-engine.Tpo -c pango-engine.c  -fPIC -DPIC -o .libs/pango-engine.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-fontmap.lo -MD -MP -MF
".deps/pango-fontmap.Tpo" \
  -c -o pango-fontmap.lo `test -f 'pango-fontmap.c' || echo './'`pango-fontmap.c; \
then mv -f ".deps/pango-fontmap.Tpo" ".deps/pango-fontmap.Plo"; \
else rm -f ".deps/pango-fontmap.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-fontset.lo -MD -MP -MF
".deps/pango-fontset.Tpo" \
  -c -o pango-fontset.lo `test -f 'pango-fontset.c' || echo './'`pango-fontset.c; \
then mv -f ".deps/pango-fontset.Tpo" ".deps/pango-fontset.Plo"; \
else rm -f ".deps/pango-fontset.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-fontmap.lo -MD -MP -MF
.deps/pango-fontmap.Tpo -c pango-fontmap.c  -fPIC -DPIC -o .libs/pango-fontmap.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-fontset.lo -MD -MP -MF
.deps/pango-fontset.Tpo -c pango-fontset.c  -fPIC -DPIC -o .libs/pango-fontset.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-glyph-item.lo -MD -MP -MF
".deps/pango-glyph-item.Tpo" \
  -c -o pango-glyph-item.lo `test -f 'pango-glyph-item.c' || echo
'./'`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
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-item.lo -MD -MP -MF ".deps/pango-item.Tpo" \
  -c -o pango-item.lo `test -f 'pango-item.c' || echo './'`pango-item.c; \
then mv -f ".deps/pango-item.Tpo" ".deps/pango-item.Plo"; \
else rm -f ".deps/pango-item.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-glyph-item.lo -MD -MP -MF
.deps/pango-glyph-item.Tpo -c pango-glyph-item.c  -fPIC -DPIC -o
.libs/pango-glyph-item.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-item.lo -MD -MP -MF .deps/pango-item.Tpo -c
pango-item.c  -fPIC -DPIC -o .libs/pango-item.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-layout.lo -MD -MP -MF
".deps/pango-layout.Tpo" \
  -c -o pango-layout.lo `test -f 'pango-layout.c' || echo './'`pango-layout.c; \
then mv -f ".deps/pango-layout.Tpo" ".deps/pango-layout.Plo"; \
else rm -f ".deps/pango-layout.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-markup.lo -MD -MP -MF
".deps/pango-markup.Tpo" \
  -c -o pango-markup.lo `test -f 'pango-markup.c' || echo './'`pango-markup.c; \
then mv -f ".deps/pango-markup.Tpo" ".deps/pango-markup.Plo"; \
else rm -f ".deps/pango-markup.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-layout.lo -MD -MP -MF
.deps/pango-layout.Tpo -c pango-layout.c  -fPIC -DPIC -o .libs/pango-layout.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-markup.lo -MD -MP -MF
.deps/pango-markup.Tpo -c pango-markup.c  -fPIC -DPIC -o .libs/pango-markup.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-renderer.lo -MD -MP -MF
".deps/pango-renderer.Tpo" \
  -c -o pango-renderer.lo `test -f 'pango-renderer.c' || echo
'./'`pango-renderer.c; \
then mv -f ".deps/pango-renderer.Tpo" ".deps/pango-renderer.Plo"; \
else rm -f ".deps/pango-renderer.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-renderer.lo -MD -MP -MF
.deps/pango-renderer.Tpo -c pango-renderer.c  -fPIC -DPIC -o .libs/pango-renderer.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-script.lo -MD -MP -MF
".deps/pango-script.Tpo" \
  -c -o pango-script.lo `test -f 'pango-script.c' || echo './'`pango-script.c; \
then mv -f ".deps/pango-script.Tpo" ".deps/pango-script.Plo"; \
else rm -f ".deps/pango-script.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-script.lo -MD -MP -MF
.deps/pango-script.Tpo -c pango-script.c  -fPIC -DPIC -o .libs/pango-script.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-tabs.lo -MD -MP -MF ".deps/pango-tabs.Tpo" \
  -c -o pango-tabs.lo `test -f 'pango-tabs.c' || echo './'`pango-tabs.c; \
then mv -f ".deps/pango-tabs.Tpo" ".deps/pango-tabs.Plo"; \
else rm -f ".deps/pango-tabs.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-utils.lo -MD -MP -MF ".deps/pango-utils.Tpo" \
  -c -o pango-utils.lo `test -f 'pango-utils.c' || echo './'`pango-utils.c; \
then mv -f ".deps/pango-utils.Tpo" ".deps/pango-utils.Plo"; \
else rm -f ".deps/pango-utils.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-tabs.lo -MD -MP -MF .deps/pango-tabs.Tpo -c
pango-tabs.c  -fPIC -DPIC -o .libs/pango-tabs.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pango-utils.lo -MD -MP -MF .deps/pango-utils.Tpo
-c pango-utils.c  -fPIC -DPIC -o .libs/pango-utils.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT reorder-items.lo -MD -MP -MF
".deps/reorder-items.Tpo" \
  -c -o reorder-items.lo `test -f 'reorder-items.c' || echo './'`reorder-items.c; \
then mv -f ".deps/reorder-items.Tpo" ".deps/reorder-items.Plo"; \
else rm -f ".deps/reorder-items.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT reorder-items.lo -MD -MP -MF
.deps/reorder-items.Tpo -c reorder-items.c  -fPIC -DPIC -o .libs/reorder-items.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT shape.lo -MD -MP -MF ".deps/shape.Tpo" \
  -c -o shape.lo `test -f 'shape.c' || echo './'`shape.c; \
then mv -f ".deps/shape.Tpo" ".deps/shape.Plo"; \
else rm -f ".deps/shape.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT shape.lo -MD -MP -MF .deps/shape.Tpo -c shape.c 
-fPIC -DPIC -o .libs/shape.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT module-defs-x.lo -MD -MP -MF
".deps/module-defs-x.Tpo" \
  -c -o module-defs-x.lo `test -f 'module-defs-x.c' || echo './'`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
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox.lo -MD -MP -MF ".deps/pangox.Tpo" \
  -c -o pangox.lo `test -f 'pangox.c' || echo './'`pangox.c; \
then mv -f ".deps/pangox.Tpo" ".deps/pangox.Plo"; \
else rm -f ".deps/pangox.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -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
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox.lo -MD -MP -MF .deps/pangox.Tpo -c
pangox.c  -fPIC -DPIC -o .libs/pangox.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox-fontcache.lo -MD -MP -MF
".deps/pangox-fontcache.Tpo" \
  -c -o pangox-fontcache.lo `test -f 'pangox-fontcache.c' || echo
'./'`pangox-fontcache.c; \
then mv -f ".deps/pangox-fontcache.Tpo" ".deps/pangox-fontcache.Plo"; \
else rm -f ".deps/pangox-fontcache.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox-fontcache.lo -MD -MP -MF
.deps/pangox-fontcache.Tpo -c pangox-fontcache.c  -fPIC -DPIC -o
.libs/pangox-fontcache.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox-fontmap.lo -MD -MP -MF
".deps/pangox-fontmap.Tpo" \
  -c -o pangox-fontmap.lo `test -f 'pangox-fontmap.c' || echo
'./'`pangox-fontmap.c; \
then mv -f ".deps/pangox-fontmap.Tpo" ".deps/pangox-fontmap.Plo"; \
else rm -f ".deps/pangox-fontmap.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangox-fontmap.lo -MD -MP -MF
.deps/pangox-fontmap.Tpo -c pangox-fontmap.c  -fPIC -DPIC -o .libs/pangox-fontmap.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-font.lo -MD -MP -MF
".deps/pangofc-font.Tpo" \
  -c -o pangofc-font.lo `test -f 'pangofc-font.c' || echo './'`pangofc-font.c; \
then mv -f ".deps/pangofc-font.Tpo" ".deps/pangofc-font.Plo"; \
else rm -f ".deps/pangofc-font.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-font.lo -MD -MP -MF
.deps/pangofc-font.Tpo -c pangofc-font.c  -fPIC -DPIC -o .libs/pangofc-font.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-fontmap.lo -MD -MP -MF
".deps/pangofc-fontmap.Tpo" \
  -c -o pangofc-fontmap.lo `test -f 'pangofc-fontmap.c' || echo
'./'`pangofc-fontmap.c; \
then mv -f ".deps/pangofc-fontmap.Tpo" ".deps/pangofc-fontmap.Plo"; \
else rm -f ".deps/pangofc-fontmap.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-fontmap.lo -MD -MP -MF
.deps/pangofc-fontmap.Tpo -c pangofc-fontmap.c  -fPIC -DPIC -o
.libs/pangofc-fontmap.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-decoder.lo -MD -MP -MF
".deps/pangofc-decoder.Tpo" \
  -c -o pangofc-decoder.lo `test -f 'pangofc-decoder.c' || echo
'./'`pangofc-decoder.c; \
then mv -f ".deps/pangofc-decoder.Tpo" ".deps/pangofc-decoder.Plo"; \
else rm -f ".deps/pangofc-decoder.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangofc-decoder.lo -MD -MP -MF
.deps/pangofc-decoder.Tpo -c pangofc-decoder.c  -fPIC -DPIC -o
.libs/pangofc-decoder.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangoft2.lo -MD -MP -MF ".deps/pangoft2.Tpo" \
  -c -o pangoft2.lo `test -f 'pangoft2.c' || echo './'`pangoft2.c; \
then mv -f ".deps/pangoft2.Tpo" ".deps/pangoft2.Plo"; \
else rm -f ".deps/pangoft2.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangoft2.lo -MD -MP -MF .deps/pangoft2.Tpo -c
pangoft2.c  -fPIC -DPIC -o .libs/pangoft2.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/X11R6/include -I/usr/include/freetype2  
-I/usr/include/freetype2 -I/usr/X11R6/include -I..    -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangoft2-fontmap.lo -MD -MP -MF
".deps/pangoft2-fontmap.Tpo" \
  -c -o pangoft2-fontmap.lo `test -f 'pangoft2-fontmap.c' || echo
'./'`pangoft2-fontmap.c; \
then mv -f ".deps/pangoft2-fontmap.Tpo" ".deps/pangoft2-fontmap.Plo"; \
else rm -f ".deps/pangoft2-fontmap.Tpo"; exit 1; \
fi
pangoft2.c: In function `pango_ft2_font_get_face':
pangoft2.c:202: error: `FC_HINT_STYLE' undeclared (first use in this function)
pangoft2.c:202: error: (Each undeclared identifier is reported only once
pangoft2.c:202: error: for each function it appears in.)
pangoft2.c:203: error: `FC_HINT_FULL' undeclared (first use in this function)
pangoft2.c:205: error: `FC_HINT_NONE' undeclared (first use in this function)
pangoft2.c:209: error: `FC_HINT_SLIGHT' undeclared (first use in this function)
pangoft2.c:210: error: `FC_HINT_MEDIUM' undeclared (first use in this function)
make[4]: *** [pangoft2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\"
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\"
-DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2 -I/usr/X11R6/include -I.. -O3 -march=pentium3
-fomit-frame-pointer -Wall -MT pangoft2-fontmap.lo -MD -MP -MF
.deps/pangoft2-fontmap.Tpo -c pangoft2-fontmap.c  -fPIC -DPIC -o
.libs/pangoft2-fontmap.o
make[4]: Leaving directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pango-1.8.1-r1/work/pango-1.8.1'
make: *** [all] Error 2


Emerge info:
Gentoo Base System version 1.4.3.13
Portage 2.0.51.22-r3 (default-linux/x86/2005.1/2.4, gcc-3.3.2, glibc-2.3.2-r9,
2.4.30-grsec-2.1.5 i686)
=================================================================
System uname: 2.4.30-grsec-2.1.5 i686 Pentium III (Coppermine)
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.8.5-r3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.4.3-r3, 1.5.20
virtual/os-headers:  2.4.21
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="ru_RU.koi8r"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode
foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde
libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss
pam pdflib perl png python qt quicktime readline samba sdl spell sse ssl svga
tcltk tcpd tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-23 08:17:30 UTC

*** This bug has been marked as a duplicate of 17239 ***