Hi Bastian,

thanks for reporting this. This part of the build system is kind of ancient and will be replaced with CMake in the near future. In the mean time, could you try if the attached patch is sufficient to build the package? Unfortunately, I have no access to an s390, so I cannot test currently if there
are more changes than this one here required.

If you can apply the patch, please make sure to run bootstrap afterwards (the package building should trigger a bootstrap automatically).

Best,

Andreas

Bastian Blank wrote:
Source: ball
Version: 1.3+rc2-1
Severity: serious

There was an error while trying to autobuild your package:

sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
checking whether echo accepts -e... no
checking your OS... OS: Linux / hardware: s390
Sorry - this architecture is currently not supported...
[...]
configure: error: Aborted.
make: *** [configure-stamp] Error 1

I use this tool on my own and don't see a reason why this should be
architecture specific.

Bastian



>From a5ad17ba444e78dabe5165e6a224aba092c72bf9 Mon Sep 17 00:00:00 2001
From: Andreas Hildebrandt <a...@bioinf.uni-sb.de>
Date: Sun, 13 Sep 2009 15:16:23 +0200
Subject: [PATCH] Added s390 to the list of supported architectures.

---
 source/config/m4/custom_macros.m4 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/source/config/m4/custom_macros.m4 b/source/config/m4/custom_macros.m4
index df05bc6..9e8685e 100644
--- a/source/config/m4/custom_macros.m4
+++ b/source/config/m4/custom_macros.m4
@@ -365,6 +365,10 @@ if test "$OS" = Linux ; then
     ARCHITECTURE=ppc64
     BINFMT=Linux-ppc64
 	fi
+	if test `echo $PROCESSOR` = s390 ; then
+		ARCHITECTURE=s390
+		BINFMT=s390
+	fi
 
 	if test "${ARCHITECTURE}" = "unknown" -a "${PROJECT[]_IGNORE_ARCH}" = ""; then
 		AC_MSG_RESULT(OS: ${OS} / hardware: ${PROCESSOR})
-- 
1.6.0.4

Reply via email to