Package: gtk-engines Severity: normal Tags: patch When building 'gtk-engines' 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-0.12/debian/control ./debian/control --- ../tmp-orig/gtk-engines-0.12/debian/control 2005-03-18 19:07:39.300490211 +0100 +++ ./debian/control 2005-03-18 19:07:30.453552272 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ed Boraas <[EMAIL PROTECTED]> Standards-Version: 3.5.2 -Build-Depends: debhelper (>> 2.0.0), gdk-imlib1-dev (>= 1.8.0), libgtk1.2-dev (>= 1.2.9) +Build-Depends: debhelper, autotools-dev, gdk-imlib1-dev (>= 1.8.0), libgtk1.2-dev (>= 1.2.9) Package: gtk-engines-pixmap Architecture: any diff -urN ../tmp-orig/gtk-engines-0.12/debian/rules ./debian/rules --- ../tmp-orig/gtk-engines-0.12/debian/rules 2005-03-18 19:07:39.321062690 +0100 +++ ./debian/rules 2005-03-18 19:07:20.051481910 +0100 @@ -8,6 +8,7 @@ build: build-stamp build-stamp: dh_testdir + cp /usr/share/misc/config.{guess,sub} . ./configure --prefix=/usr $(MAKE) touch build-stamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]