Package: maelstrom
Severity: normal
Tags: patch

When building 'maelstrom' on ppc64, I get the following error:

UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.10-1-ppc64
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Sat Feb 12 12:25:34 CET 2005
configure: error: cannot guess build type; you must specify one
make: *** [build] Error 1

Please update the config.guess and config.sub scripts to support the
ppc64 architecture.

Regards
Andreas Jochens

diff -urN ../tmp-orig/maelstrom-1.4.3-L3.0.6/debian/control ./debian/control
--- ../tmp-orig/maelstrom-1.4.3-L3.0.6/debian/control   2005-03-19 
13:37:27.415988416 +0100
+++ ./debian/control    2005-03-19 13:37:12.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christoph Baumann <[EMAIL PROTECTED]> 
 Standards-Version: 3.6.1 
-Build-Depends: libsdl1.2-dev (>= 1.0.0), libsdl-net1.2-dev, libc6-dev, 
xlibs-dev, debhelper
+Build-Depends: autotools-dev, libsdl1.2-dev (>= 1.0.0), libsdl-net1.2-dev, 
libc6-dev, xlibs-dev, debhelper
 
 Package: maelstrom
 Architecture: any
diff -urN ../tmp-orig/maelstrom-1.4.3-L3.0.6/debian/rules ./debian/rules
--- ../tmp-orig/maelstrom-1.4.3-L3.0.6/debian/rules     2005-03-19 
13:37:27.421984434 +0100
+++ ./debian/rules      2005-03-19 13:37:00.000000000 +0100
@@ -12,6 +12,7 @@
 build:
        $(checkdir)
        set -e; 
+       cp /usr/share/misc/config.{guess,sub} .
        cp debian/configure.debian.compile ./configure
        ./configure
        make


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to