Bug#252401: libpango1.0-0: Libraries missing on IA64 build
Ian Wienand
Ian Wienand <ianw@gelato.unsw.edu.au>, 252401@bugs.debian.org
Thu, 03 Jun 2004 16:09:56 +1000
This is a multi-part MIME message sent by reportbug.
--===============0871175419==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: libpango1.0-0
Version: 1.4.0-3
Severity: important
Tags: patch
Pango does not properly include a bunch of libraries when building
libpangoxft
Check out the build log at
http://buildd.debian.org/fetch.php?&pkg=pango1.0&ver=1.4.0-3&arch=ia64&stamp=1085538768&file=log&as=raw
and do a search for "undefined reference to `g_log'" and you'll see
the problem(s).
The attached patch fixes it.
Most all gnome apps will just hang, making them unusable with IA64 and
gnome 2.6, so fixing it quickly would be really great! Thanks to Matt
Chapman for helping with the debugging.
-i
ianw@gelato.unsw.edu.au
http://www.gelato.unsw.edu.au
--===============0871175419==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile.am.pango-add-glib.patch"
Index: pango/Makefile.am
===================================================================
RCS file: /cvs/gnome/pango/pango/Makefile.am,v
retrieving revision 1.102
diff -u -r1.102 Makefile.am
--- a/pango/Makefile.am 28 May 2004 22:53:24 -0000 1.102
+++ b/pango/Makefile.am 3 Jun 2004 05:59:10 -0000
@@ -161,7 +161,7 @@
endif
libpangoxft_1_0_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
-libpangoxft_1_0_la_LIBADD = libpangoft2-$(PANGO_API_VERSION).la libpango-$(PANGO_API_VERSION).la $(XFT_LIBS)
+libpangoxft_1_0_la_LIBADD = libpangoft2-$(PANGO_API_VERSION).la libpango-$(PANGO_API_VERSION).la $(XFT_LIBS) $(GLIB_LIBS)
libpangoxft_1_0_la_DEPENDENCIES = libpangoft2-$(PANGO_API_VERSION).la libpango-$(PANGO_API_VERSION).la
libpangoxft_1_0_la_SOURCES = \
--===============0871175419==--