Package: yiyantang Severity: normal Tags: patch When building 'yiyantang' on ppc64 with gcc-4.0, 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: can not guess host type; you must specify one make: *** [build-stamp] Error 1 Please update the 'config/config.guess' and 'config/config.sub' scripts to support the ppc64 architecture. Regards Andreas Jochens diff -urN ../tmp-orig/yiyantang-0.7.0/debian/control ./debian/control --- ../tmp-orig/yiyantang-0.7.0/debian/control 2005-03-19 13:35:33.037772026 +0100 +++ ./debian/control 2005-03-19 13:22:56.000000000 +0100 @@ -1,8 +1,8 @@ Source: yiyantang -Build-Depends: debhelper (>= 2.0.72), libhz-dev (>= 0.3.12-2) Section: text Priority: optional Maintainer: Yu Guanghui <[EMAIL PROTECTED]> +Build-Depends: debhelper, autotools-dev, libhz-dev (>= 0.3.12-2) Standards-Version: 3.1.0 Package: yiyantang diff -urN ../tmp-orig/yiyantang-0.7.0/debian/rules ./debian/rules --- ../tmp-orig/yiyantang-0.7.0/debian/rules 2005-03-19 13:35:33.038771362 +0100 +++ ./debian/rules 2005-03-19 13:35:20.006707662 +0100 @@ -11,6 +11,7 @@ build: build-stamp build-stamp: dh_testdir + cp /usr/share/misc/config.{guess,sub} config # Add here commands to compile the package. ./configure --prefix=/usr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]