Package: gaby
Version: 2.0.2-6.1
Severity: wishlist
Tags: patch
When building 'gaby' on ppc64/unstable, I get the following error:
UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.14-2-ppc64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Sun Nov 27 06:36:32 UTC 2005
configure: error: can not guess host type; you must specify one
make: *** [configure-stamp] Error 1
This is caused by outdated config.guess/config.sub scripts.
With the attached patch 'gaby' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/gaby-2.0.2/debian/control ./debian/control
--- ../tmp-orig/gaby-2.0.2/debian/control 2006-02-10 17:10:39.000000000
+0100
+++ ./debian/control 2006-02-10 16:09:55.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Frederic Peters <[EMAIL PROTECTED]>
Standards-Version: 3.6.1.0
-Build-Depends: libgnome-dev, python2.3-dev, docbook-utils, gettext,
python-gtk-1.2, debhelper (>= 3.0.0), libxml-dev
+Build-Depends: autotools-dev, libgnome-dev, python2.3-dev, docbook-utils,
gettext, python-gtk-1.2, debhelper (>= 3.0.0), libxml-dev
Package: gaby
Architecture: any
diff -urN ../tmp-orig/gaby-2.0.2/debian/rules ./debian/rules
--- ../tmp-orig/gaby-2.0.2/debian/rules 2006-02-10 17:10:39.000000000 +0100
+++ ./debian/rules 2006-02-10 16:10:15.000000000 +0100
@@ -15,6 +15,7 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
+ cp /usr/share/misc/config.{guess,sub} .
./configure --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --sysconfdir=/etc --disable-static
touch configure-stamp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]