Package: gtk-engines-begtk Severity: normal Tags: patch When building 'gtk-engines-begtk' 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.guess and config.sub scripts to support the ppc64 architecture. Regards Andreas Jochens diff -urN ../tmp-orig/gtk-engines-begtk-1.0.1/debian/control ./debian/control --- ../tmp-orig/gtk-engines-begtk-1.0.1/debian/control 2005-03-18 19:14:15.311908372 +0100 +++ ./debian/control 2005-03-18 19:13:48.792495529 +0100 @@ -2,7 +2,7 @@ Section: graphics Priority: optional Maintainer: Daniel Burrows <[EMAIL PROTECTED]> -Build-Depends: debhelper, libgtk1.2-dev +Build-Depends: debhelper, autotools-dev, libgtk1.2-dev Standards-Version: 3.1.0 Package: gtk-engines-begtk diff -urN ../tmp-orig/gtk-engines-begtk-1.0.1/debian/rules ./debian/rules --- ../tmp-orig/gtk-engines-begtk-1.0.1/debian/rules 2005-03-18 19:14:15.311908372 +0100 +++ ./debian/rules 2005-03-18 19:14:07.658753034 +0100 @@ -12,6 +12,7 @@ build-stamp: dh_testdir + cp /usr/share/misc/config.{guess,sub} . ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info # Add here commands to compile the package. #$(MAKE) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]