Package: kakasi
Version: 2.3.4-3
Severity: normal
Tags: patch
When building 'kakasi' on ppc64/unstable,
I get the following error:
uname -r = 2.6.12-1-ppc64
uname -s = Linux
uname -v = #1 SMP Fri Aug 12 15:44:43 UTC 2005
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = ppc64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.12-1-ppc64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Fri Aug 12 15:44:43 UTC 2005
configure: error: can not guess host type; you must specify one
make: *** [build-stamp] Error 1
This is caused by outdated config.guess/config.sub scripts.
With the attached patch 'kakasi' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/kakasi-2.3.4/debian/control ./debian/control
--- ../tmp-orig/kakasi-2.3.4/debian/control 2005-09-07 22:16:05.000000000
+0200
+++ ./debian/control 2005-09-07 19:14:31.000000000 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Keita Maehara <[EMAIL PROTECTED]>
Standards-Version: 3.5.5
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper, autotools-dev
Package: kakasi
Architecture: any
diff -urN ../tmp-orig/kakasi-2.3.4/debian/rules ./debian/rules
--- ../tmp-orig/kakasi-2.3.4/debian/rules 2005-09-07 22:16:05.000000000
+0200
+++ ./debian/rules 2005-09-07 19:14:45.000000000 +0200
@@ -19,6 +19,7 @@
build-stamp:
dh_testdir
+ cp /usr/share/misc/config.{guess,sub} .
./configure --prefix=/usr
# Add here commands to compile the package.
#$(MAKE)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]