Bug#252550: libgnome2-0: libgnome broken on IA64

Ian Wienand Ian Wienand <ianw@gelato.unsw.edu.au>, 252550@bugs.debian.org
Fri, 04 Jun 2004 13:19:45 +1000


This is a multi-part MIME message sent by reportbug.

--===============1851738834==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: libgnome2-0
Version: 2.6.1-2
Severity: important
Tags: patch

Hi,

When libgnome builds on IA64 there are a whole bunch of unresolved
references (see
http://buildd.debian.org/fetch.php?&pkg=libgnome&ver=2.6.1-3&arch=ia64&stamp=1086165020&file=log&as=raw).

For some yet to be discovered reason, this appears to leave the
library broken (see my debian-ia64 post at
http://lists.debian.org/debian-ia64/2004/06/msg00005.html).

The fix is to include all the libraries required to build.  The
attached patch fixes the problem (note once applied autoconf needs to
be run to rebuild ./configure).

This renders things like mozilla (regchrome) and most gnome apps
broken on IA64.  There is a related bug with pango (#252401)

Thanks to Duraid Madina for bringing this to my attention.

-i
ianw@gelato.unsw.edu.au
http://www.gelato.unsw.edu.au

--===============1851738834==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="configure.in.unresolved.patch"

--- libgnome-2.6.1/configure.in	2004-04-20 07:32:33.000000000 +1000
+++ libgnome-2.6.1-fixed/configure.in	2004-06-04 13:03:13.316857975 +1000
@@ -108,7 +108,7 @@
 	ESOUND_MODULE=""
 ])
 
-PKG_CHECK_MODULES(LIBGNOME, glib-2.0 >= $GLIB_REQUIRED_VERSION gmodule-2.0 >= $GLIB_REQUIRED_VERSION gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED_VERSION \
+PKG_CHECK_MODULES(LIBGNOME, glib-2.0 >= $GLIB_REQUIRED_VERSION gobject-2.0 >= $GLIB_REQUIRED_VERSION gmodule-2.0 >= $GLIB_REQUIRED_VERSION gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED_VERSION \
 libbonobo-2.0 >= $LIBBONOBO_REQUIRED_VERSION gconf-2.0 >= $GCONF_REQUIRED_VERSION \
 $AUDIOFILE_MODULE $ESOUND_MODULE)
 

--===============1851738834==--