On Tue, Nov 15, 2011 at 03:04:33PM +0000, Dominic Hargreaves wrote: > As for #626584, this package needs rebuilding against perl 5.14.
I expect you'll need this patch, since libreadline has been converted for multiarch: * Link against -lreadline, not /usr/lib/libreadline.a. diff -Nru ifeffit-1.2.11d/debian/patches/configuration_patches ifeffit-1.2.11d/debian/patches/configuration_patches --- ifeffit-1.2.11d/debian/patches/configuration_patches 2010-03-28 00:03:18.000000000 +0000 +++ ifeffit-1.2.11d/debian/patches/configuration_patches 2011-11-16 12:31:02.000000000 +0000 @@ -88,7 +88,7 @@ ifeffit_SOURCES = iff_shell.c ifeffit.h commands.h # readline_LIB = -L$(top_srcdir)/readline -lreadline $(TERMCAP_LIB) -readline_LIB = $(top_srcdir)/readline/libreadline.a $(TERMCAP_LIB) -+readline_LIB = /usr/lib/libreadline.a $(TERMCAP_LIB) ++readline_LIB = -lreadline $(TERMCAP_LIB) ### -ltermcap ifeffit_LDADD = ../lib/libifeffit.a $(PGPLOT_LIBS) $(readline_LIB) $(MN_FLIBS) Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org