Package: rxvt-unicode Tags: patch Usertags: origin-ubuntu natty ubuntu-patch Severity: important
Hello dear maintainer Regarding the above subject, Your package FTBFS on ubuntu due to indirect linking cf: https://launchpad.net/ubuntu/+source/rxvt-unicode/9.09-1/+build/2052309/+files/buildlog_ubuntu-natty-amd64.rxvt-unicode_9.09-1_FAILEDTOBUILD.txt.gz The patch below should fix the problem diff -Nru rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch --- rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch 1970-01-01 00:00:00.000000000 +0000 +++ rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch 2010-11-20 07:41:40.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Link against libfontconfig to fix FTBFS with binutils-gold in natty toolchain +Author: Bhavani Shankar <bh...@ubuntu.com> + +--- rxvt-unicode-9.09.orig/src/Makefile.in ++++ rxvt-unicode-9.09/src/Makefile.in +@@ -20,7 +20,7 @@ LDFLAGS = @LDFLAGS@ + DEFS = @DEFS@ + LIBS = @LIBS@ + XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ +-XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ ++XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 -lfontconfig @X_EXTRA_LIBS@ @PIXBUF_LIBS@ + COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) + LINK = @LINKER@ $(LDFLAGS) + EXEEXT = @EXEEXT@ diff -Nru rxvt-unicode-9.09/debian/patches/series rxvt-unicode-9.09/debian/patches/series --- rxvt-unicode-9.09/debian/patches/series 2010-11-18 02:10:46.000000000 +0000 +++ rxvt-unicode-9.09/debian/patches/series 2010-11-20 07:42:36.000000000 +0000 @@ -1 +1,2 @@ debian-changes-9.09-1 +fix_ftbfs_with_binutilsgold.patch Regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community developer. What matters in life is application of mind!, It makes great sense to have some common sense..! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org