Your message dated Mon, 14 Mar 2011 18:32:19 +0000
with message-id <[email protected]>
and subject line Bug#611550: fixed in gnome-main-menu 0.9.16-1
has caused the Debian Bug report #611550,
regarding FTBFS binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
611550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611550
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-main-menu
Severity: minor
Version: 0.9.14-1
Usertags: no-add-needed
Tags: patch
thanks

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.

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

 trigger_panel_run_dialog_SOURCES =                                     \
        trigger-panel-run-dialog.c
Index: gnome-main-menu-0.9.14/main-menu/src/Makefile.in
===================================================================
--- gnome-main-menu-0.9.14.orig/main-menu/src/Makefile.in       2011-01-29
06:51:29.000000000 +0700
+++ gnome-main-menu-0.9.14/main-menu/src/Makefile.in    2011-01-29
06:51:22.000000000 +0700
@@ -287,7 +287,7 @@

 main_menu_LDADD = \
        $(MAIN_MENU_LIBS)                                               \
-       $(GLADE_LIBS)
+       $(GLADE_LIBS) -lxml2

 trigger_panel_run_dialog_SOURCES = \
        trigger-panel-run-dialog.c

-- 
Mahyuddin Susanto
udienz at ubuntu.com | http://tripledin.wordpress.com/

## 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
 
 trigger_panel_run_dialog_SOURCES =					\
 	trigger-panel-run-dialog.c
Index: gnome-main-menu-0.9.14/main-menu/src/Makefile.in
===================================================================
--- gnome-main-menu-0.9.14.orig/main-menu/src/Makefile.in	2011-01-29 06:51:29.000000000 +0700
+++ gnome-main-menu-0.9.14/main-menu/src/Makefile.in	2011-01-29 06:51:22.000000000 +0700
@@ -287,7 +287,7 @@
 
 main_menu_LDADD = \
 	$(MAIN_MENU_LIBS)						\
-	$(GLADE_LIBS)
+	$(GLADE_LIBS) -lxml2
 
 trigger_panel_run_dialog_SOURCES = \
 	trigger-panel-run-dialog.c

--- End Message ---
--- Begin Message ---
Source: gnome-main-menu
Source-Version: 0.9.16-1

We believe that the bug you reported is fixed in the latest version of
gnome-main-menu, which is due to be installed in the Debian FTP archive:

gnome-main-menu_0.9.16-1.debian.tar.gz
  to main/g/gnome-main-menu/gnome-main-menu_0.9.16-1.debian.tar.gz
gnome-main-menu_0.9.16-1.dsc
  to main/g/gnome-main-menu/gnome-main-menu_0.9.16-1.dsc
gnome-main-menu_0.9.16-1_amd64.deb
  to main/g/gnome-main-menu/gnome-main-menu_0.9.16-1_amd64.deb
gnome-main-menu_0.9.16.orig.tar.bz2
  to main/g/gnome-main-menu/gnome-main-menu_0.9.16.orig.tar.bz2



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <[email protected]> (supplier of updated gnome-main-menu 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Mon, 14 Mar 2011 19:09:51 +0100
Source: gnome-main-menu
Binary: gnome-main-menu
Architecture: source amd64
Version: 0.9.16-1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode <[email protected]>
Changed-By: Julian Andres Klode <[email protected]>
Description: 
 gnome-main-menu - GNOME start menu applet
Closes: 587880 611550
Changes: 
 gnome-main-menu (0.9.16-1) unstable; urgency=low
 .
   [ Julian Andres Klode ]
   * New upstream release:
     - All patches merged upstream (except for default-applications.diff)
     - Correctly links against libxml2 (Closes: #611550)
   * default-applications.diff: remove the firefox change (upstream now)
 .
   [ Josselin Mouette ]
   * Drop type-handling usage. Closes: #587880.
   * Bump standards version accordingly.
Checksums-Sha1: 
 4c9237d092a8cbe9d74950e9286751085877833c 1557 gnome-main-menu_0.9.16-1.dsc
 8b235b6121e661e1da93f2d291c84c3fca52f87c 497325 
gnome-main-menu_0.9.16.orig.tar.bz2
 2610c4d7edfa8f6f50dab560ef504596985239b4 5333 
gnome-main-menu_0.9.16-1.debian.tar.gz
 380f78f5f8b365d886bae8f5b61160e59362f64b 322902 
gnome-main-menu_0.9.16-1_amd64.deb
Checksums-Sha256: 
 52ca4b504b009b2973716576f195b6a3b1903a8762e192b23d9d8f860a002ce8 1557 
gnome-main-menu_0.9.16-1.dsc
 e682cea8f657f9efd88883640e8f77669092e4e30550a120cd7e48a5c84dd23b 497325 
gnome-main-menu_0.9.16.orig.tar.bz2
 88020448ebdfa5d28fcab717216a8a12b4c4e0b99c80eb1513b8a913c57ee5d8 5333 
gnome-main-menu_0.9.16-1.debian.tar.gz
 c20549e3230187bff97e2dd05ed08d8db0a2597dc0b086133d3222eb516467d3 322902 
gnome-main-menu_0.9.16-1_amd64.deb
Files: 
 40d22fafec6949c6fdf1b8fbf8ca7ef5 1557 gnome optional 
gnome-main-menu_0.9.16-1.dsc
 c52c95536dadd64d08d566f8aafc2da2 497325 gnome optional 
gnome-main-menu_0.9.16.orig.tar.bz2
 9aa3e799f572c419e090542bac11c631 5333 gnome optional 
gnome-main-menu_0.9.16-1.debian.tar.gz
 f8238f6bb4e856d92ebf4af5c4ccc03d 322902 gnome optional 
gnome-main-menu_0.9.16-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEAREDAAYFAk1+W3sACgkQrCpf/gCCPsJvhQCgtgiWvL6dY8m399YepTU8wIB7
mboAn1/AyYPevSGqelN3e3zQFQYs34Or
=MjrZ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to