Package: vifm Version: 0.4 Severity: normal Tags: patch User: debian-de...@lists.debian.org Usertags: autoreconf
Hi, The package vifm is not built (FTBFS) on new architectures, for example ppc64el, due to old libtool files. I am attaching a patch that just update those files before building and it works fine on ppc64el. Probably the recommended way to solve it is using dh-autoreconf, and in fact it works, but give some warning that I don't how to fix, so, I am providing this simple patch for reference. Thank you Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (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
Index: vifm-0.4/debian/control =================================================================== --- vifm-0.4.orig/debian/control 2014-05-15 18:49:48.000000000 +0000 +++ vifm-0.4/debian/control 2014-05-15 18:52:34.000000000 +0000 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Edelhard Becker <edelh...@debian.org> -Build-Depends: libncurses5-dev, automake, libtool +Build-Depends: libncurses5-dev, automake, libtool, autotools-dev Standards-Version: 3.7.3 Package: vifm Index: vifm-0.4/debian/rules =================================================================== --- vifm-0.4.orig/debian/rules 2014-05-15 18:51:17.000000000 +0000 +++ vifm-0.4/debian/rules 2014-05-15 18:51:28.000000000 +0000 @@ -23,6 +23,7 @@ MKDIR = install -d -o root -g root -m 755 config.status: configure + dh_autotools-dev_updateconfig ./autogen.sh ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=$(PREFIX) --mandir=$(MANDIR)