Bug#611550: FTBFS binutils-gold
Julian Andres Klode
jak at debian.org
Mon Jan 31 11:33:23 UTC 2011
On Mo, 2011-01-31 at 11:25 +0000, Emilio Pozuelo Monfort wrote:
> On 30/01/11 16:51, Mahyuddin Susanto wrote:
> > I try to build your package in Natty with binutils-gold and GCC4.5 (will
> > be apllied in wheezy), and your package failed to build.
>
> Have you forwarded this bug upstream?
I already tagged this bug fixed-upstream yesterday, so there is not
really a reason to ask this question. I'll upload a fixed version
sometime after squeeze.
>
> > Log can be found at here:
> > http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/gnome-main-menu_0.9.14-1_lubuntu32.buildlog
> >
> > And i try to modify a Makefile.in and i have successfully build. Here a
> > patch
> >
> > ## Description: Fix FTBFS binutils-gold with ld --no-add-needed
> > ## by adding xml2 library in Makefile
> > ## Author: Mahyuddin Susanto
> >
> > Index: gnome-main-menu-0.9.14/main-menu/src/Makefile.am
> > ===================================================================
> > --- gnome-main-menu-0.9.14.orig/main-menu/src/Makefile.am 2011-01-29
> > 06:51:29.000000000 +0700
> > +++ gnome-main-menu-0.9.14/main-menu/src/Makefile.am 2011-01-29
> > 06:51:05.000000000 +0700
> > @@ -32,7 +32,7 @@
> >
> > main_menu_LDADD = \
> > $(MAIN_MENU_LIBS) \
> > - $(NETWORK_LIBS)
> > + $(NETWORK_LIBS) -lxml2
>
> That looks wrong. You need to add LIBXML_LIBS or whatever variable -lxml2 is in.
> Check configure.ac to know what it is.
For reference, the correct patch is
http://git.gnome.org/browse/gnome-main-menu/commit/?id=2e3d07f4fd825f8a5e00d4c07888d6438c2eec2a
--
Julian Andres Klode - Debian Developer, Ubuntu Member
See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
More information about the pkg-gnome-maintainers
mailing list