Package: gnustep-gd
Severity: normal
Tags: patch

When building 'gnustep-gd' 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: *** [configure-stamp] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnustep-gd-0.0.20040806/debian/control ./debian/control
--- ../tmp-orig/gnustep-gd-0.0.20040806/debian/control  2005-03-18 
17:49:21.687619636 +0100
+++ ./debian/control    2005-03-18 17:49:07.787546955 +0100
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Brent A. Fulgham <[EMAIL PROTECTED]>
-Build-Depends: libgnustep-base1.10-dev (>= 1.10.1), libgd2-xpm-dev | 
libgd2-noxpm-dev, debhelper (>= 4.0.0), gnustep-make
+Build-Depends: autotools-dev, libgnustep-base1.10-dev (>= 1.10.1), 
libgd2-xpm-dev | libgd2-noxpm-dev, debhelper (>= 4.0.0), gnustep-make
 Standards-Version: 3.6.1.1
  
 Package: gnustep-gd
diff -urN ../tmp-orig/gnustep-gd-0.0.20040806/debian/rules ./debian/rules
--- ../tmp-orig/gnustep-gd-0.0.20040806/debian/rules    2005-03-18 
17:49:21.684621627 +0100
+++ ./debian/rules      2005-03-18 17:48:58.623822079 +0100
@@ -31,6 +31,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
+       cp /usr/share/misc/config.{guess,sub} .
        ./configure --prefix=/usr
 
        touch configure-stamp


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

Reply via email to