Package: mlterm
Version: 3.0.1-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
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/tmpVKY1Y0
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/patches/fix_ftbfs_with_binutils_gold.diff:
    - Add -lX11 to Makefile.in to fix FTBFS (LP: #681623)

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 mlterm-3.0.1/debian/patches/fix_ftbfs_with_binutils_gold.diff mlterm-3.0.1/debian/patches/fix_ftbfs_with_binutils_gold.diff
--- mlterm-3.0.1/debian/patches/fix_ftbfs_with_binutils_gold.diff	1970-01-01 01:00:00.000000000 +0100
+++ mlterm-3.0.1/debian/patches/fix_ftbfs_with_binutils_gold.diff	2010-11-28 19:56:59.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Add -lX11 to Makefile.in to fix FTBFS with binutils-gold
+Author: Angel Abad
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/mlterm/+bug/681623
+Bug: https://sourceforge.net/tracker/index.php?func=detail&aid=3119009&group_id=40891&atid=429201
+
+--- a/tool/mlconfig/Makefile.in
++++ b/tool/mlconfig/Makefile.in
+@@ -32,7 +32,7 @@
+ 	-DSYSCONFDIR=\"$(SYSCONFDIR)\" -DLOCALEDIR=\"$(LOCALEDIR)\" \
+ 	-DXDATADIR=\"$(XDATADIR)\" -DLIBDIR=\"$(LIBDIR)\"
+ 
+-LIBS1 = $(LIBS_LOCAL) @INTL_LIBS@ @DL_SELF@ @DL_LIBS_IM@ @GTK_LIBS@
++LIBS1 = $(LIBS_LOCAL) @INTL_LIBS@ @DL_SELF@ @DL_LIBS_IM@ @GTK_LIBS@ -lX11
+ 
+ LIBS2 = $(LKIK) -L/usr/local/lib
+ 
diff -Nru mlterm-3.0.1/debian/patches/series mlterm-3.0.1/debian/patches/series
--- mlterm-3.0.1/debian/patches/series	2010-09-28 02:09:34.000000000 +0200
+++ mlterm-3.0.1/debian/patches/series	2010-11-28 19:56:59.000000000 +0100
@@ -1,3 +1,4 @@
 disable_rpath.diff
 consistent_manpage.diff
 numlock.diff
+fix_ftbfs_with_binutils_gold.diff

Reply via email to