Your message dated Mon, 27 Jan 2020 17:47:31 +0000
with message-id <20200127174731.duuss7crdqxpbm2z@debian>
and subject line Re: mergelog version 4.5.1-9 failed to build on amd64 with 
GCC-4.6/oneiric
has caused the Debian Bug report #641500,
regarding mergelog version 4.5.1-9 failed to build on amd64 with GCC-4.6/oneiric
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.)


-- 
641500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mergelog
Version: 4.5.1-9
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Add fix-link-order-ftbfs-gcc4.6.patch to resolve FTBFS.
    (LP: #770774)


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u mergelog-4.5.1/debian/patches/series mergelog-4.5.1/debian/patches/series
--- mergelog-4.5.1/debian/patches/series
+++ mergelog-4.5.1/debian/patches/series
@@ -1,0 +2 @@
+fix-link-order-ftbfs-gcc4.6.patch
only in patch2:
unchanged:
--- mergelog-4.5.1.orig/debian/patches/fix-link-order-ftbfs-gcc4.6.patch
+++ mergelog-4.5.1/debian/patches/fix-link-order-ftbfs-gcc4.6.patch
@@ -0,0 +1,10 @@
+Index: mergelog-4.5.1/src/Makefile.am
+===================================================================
+--- mergelog-4.5.1.orig/src/Makefile.am	2011-09-13 17:03:08.000000000 -0400
++++ mergelog-4.5.1/src/Makefile.am	2011-09-13 17:04:15.000000000 -0400
+@@ -4,4 +4,4 @@
+ 	$(COMPILE) $(LIBS) -DVERSION=\"$(VERSION)\" -Wall mergelog.c -o $@
+ 
+ zmergelog: mergelog.c
+-	$(COMPILE) $(LIBS) -DVERSION=\"$(VERSION)\" -Wall -DUSE_ZLIB mergelog.c -o $@
++	$(COMPILE) -DVERSION=\"$(VERSION)\" -Wall -DUSE_ZLIB mergelog.c -o $@ $(LIBS)

--- End Message ---
--- Begin Message ---
Version: 4.5.1-10

--- End Message ---

Reply via email to