Package: calife
Severity: normal
Tags: patch

Please update the config.{guess,sub} scripts.

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

./configure --prefix=/usr --enable-dynamic
checking build system type... Invalid configuration `ppc64-unknown-linux-gnu': 
machine `ppc64-unknown' not recognized
configure: error: /bin/sh ./config.sub ppc64-unknown-linux-gnu failed
make: *** [build-stamp] Error 1

With the attached patch 'calife' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/calife-2.8.6/debian/control ./debian/control
--- ../tmp-orig/calife-2.8.6/debian/control     2005-03-12 17:21:34.416455816 
+0100
+++ ./debian/control    2005-03-12 17:21:05.596445264 +0100
@@ -3,7 +3,7 @@
 Section: admin
 Priority: optional
 Standards-Version: 3.6.0
-Build-Depends: debhelper (>= 3.0.0)
+Build-Depends: debhelper (>= 3.0.0), autotools-dev
 
 Package: calife
 Architecture: any
diff -urN ../tmp-orig/calife-2.8.6/debian/rules ./debian/rules
--- ../tmp-orig/calife-2.8.6/debian/rules       2005-03-12 17:21:34.400458248 
+0100
+++ ./debian/rules      2005-03-12 17:21:27.674416992 +0100
@@ -12,6 +12,7 @@
 build-stamp:
        dh_testdir
 
+       cp /usr/share/misc/config.{guess,sub} .
        ./configure --prefix=/usr --enable-dynamic
        $(MAKE)
 


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

Reply via email to