Package: stk
Severity: normal
Tags: patch

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

checking build system type... Invalid configuration `powerpc64-linux': machine 
`powerpc64' not recognized
configure: error: /bin/sh ./config.sub powerpc64-linux failed
make: *** [build-tree/stk-4.2.0/config.status] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/stk-4.2.0/debian/control ./debian/control
--- ../tmp-orig/stk-4.2.0/debian/control        2005-03-13 16:20:31.643464720 
+0100
+++ ./debian/control    2005-03-13 16:19:58.990498784 +0100
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), cdbs, libasound2, libjack-dev, 
libreadline4-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, autotools-dev, libasound2, 
libjack-dev, libreadline4-dev
 Standards-Version: 3.6.1.1
 
 Package: libstk0-dev
diff -urN ../tmp-orig/stk-4.2.0/debian/rules ./debian/rules
--- ../tmp-orig/stk-4.2.0/debian/rules  2005-03-13 16:20:31.397502112 +0100
+++ ./debian/rules      2005-03-13 16:20:22.275553744 +0100
@@ -7,6 +7,7 @@
 
 # config.status in the upstream source is in our way. remove it
 post-patches:: pre-build
+       cp /usr/share/misc/config.{guess,sub} .
        -rm $(DEB_BUILDDIR)/config.status
 
 include /usr/share/cdbs/1/rules/tarball.mk


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

Reply via email to