Your message dated Wed, 15 Feb 2017 21:58:58 +0000
with message-id <[email protected]>
and subject line gold has been fixed?
has caused the Debian Bug report #605573,
regarding ftbfs with 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.)
--
605573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605573
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zomg
Version: 0.5.14-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
In Ubuntu we use bintuils-gold, and this package ftbfs with it, in
the future debian will use binutils-gold too, so I think this change
will be interesting for Debian.
Thanks!
*** /tmp/tmpQcSoGL
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/patches/fix_ftbfs_with_binutils_gold:
- Add xml2 to linker flags to fix FTBFS with binutils-gold
(LP :#683597)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37-5-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold
--- zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold 1970-01-01 01:00:00.000000000 +0100
+++ zomg-0.5.14/debian/patches/fix_ftbfs_with_binutils_gold 2010-12-01 12:49:21.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Fix ftbfs with binutils-gold
+Author: Angel Abad <[email protected]>
+Bug-Ubuntu: https://launchpad.net/bugs/683597
+Forwarded: no
+
+--- zomg-0.5.14.orig/Makefile.in
++++ zomg-0.5.14/Makefile.in
+@@ -138,7 +138,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lxml2
+ LTLIBOBJS = @LTLIBOBJS@
+ M4 = @M4@
+ MAKEINFO = @MAKEINFO@
diff -Nru zomg-0.5.14/debian/patches/series zomg-0.5.14/debian/patches/series
--- zomg-0.5.14/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ zomg-0.5.14/debian/patches/series 2010-12-01 12:43:57.000000000 +0100
@@ -0,0 +1 @@
+fix_ftbfs_with_binutils_gold
--- End Message ---
--- Begin Message ---
Looks like gold is no longer broken in this regard or
I am testing incorrectly. Please reopen if the latter.
--- End Message ---