reopen 648153 thanks On Tue, 2012-01-17 at 13:51 +0000, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the abiword package: > > #648153: abiword: FTBFS on hurd-i386 > > It has been closed by Dmitry Smirnov <[email protected]>.
Reopening since the patch was never applied, see below. > > + new patch (only applied on Hurd) to fix GNU Hurd build problem > > (Closes: #648153) (Thanks to Svante Signell) The attached additional command is needed in debian/rules to get the patch applied. BTW: I saw that the gtk2 version of the file src/af/xap/gtk/xap_UnixApp.cpp has a similar construct as the proposed patch so an upstream contact might be fruitful to avoid having this patch debian-specific. Thanks!
--- a/debian/rules 2012-01-16 17:43:09.000000000 +0100 +++ b/debian/rules 2012-01-18 10:18:18.000000000 +0100 @@ -35,6 +35,7 @@ override_dh_auto_clean: cp debian/patches/series.in debian/patches/series [ "$(DEB_HOST_ARCH_OS)" = "hurd" ] && echo "648153-fix_FTBFS4Hurd.patch" >>debian/patches/series || return 0 + [ "$(DEB_HOST_ARCH_OS)" = "hurd" ] && dh_quilt_patch || return 0 dh_auto_clean #: configure options reference: http://www.abisource.com/wiki/Compiling_AbiWord

