Bug#760192: wfmath: autoreconf -fi to update config.{sub, guess} and libtool.m4 files to fix FTBFS for ppc64el port

ravi ravi at linux.vnet.ibm.com
Mon Sep 1 18:38:16 UTC 2014


Source: wfmath
Version: 1.0.2+dfsg1
Severity: normal
Tags: patch
User: debian-devel at lists.debian.org
Usertags: autoreconf ppc64el

Dear Maintainer,

      In order to avoid FTBFS "wfmath" source package on ppc64el arch, 
config.{sub, guess} and libtool.m4 files need to be updated.
We have also successfully verified building "wfmath" source package on 
ppc64el build machine after applying attached patch.

Thanks for considering the patch.

-ravindran.

-- System Information:
Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

--===============6885992976274793457==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autoreconf_force.patch"

 >From 0489bac2081e15bc0580ac26dd27eca2e13a541d Mon Sep 17 00:00:00 2001
From: Ravindran Arani <ravi at linux.vnet.ibm.com>
Date: Mon, 1 Sep 2014 18:22:11 +0000
Subject: [PATCH] autoreconf

---
  autogen.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 27e958e..6606166 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ rm -f config.cache
  #Check if the autoreconf command is available, and use that if so.
  if command -v autoreconf >/dev/null 2>&1 ; then
    echo autoreconf...
-  autoreconf --install
+  autoreconf --force --install
  else
    if test -d /usr/local/share/aclocal ; then
      ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal"
-- 
2.1.0.rc1


--===============6885992976274793457==--



More information about the Pkg-games-devel mailing list