Package: ghemical
Version: 1.01-2
Severity: normal
Tags: patch

When building 'ghemical' on ppc64/unstable,
I get the following error:

UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.11-1-ppc64
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Sat Apr 30 21:47:21 CEST 2005
configure: error: cannot guess build type; you must specify one
make: *** [configure-stamp] Error 1

Please update config.guess and config.sub to a version which
recognizes powerpc64-linux.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ghemical-1.01/debian/control ./debian/control
--- ../tmp-orig/ghemical-1.01/debian/control    2005-08-07 08:59:33.000000000 
+0000
+++ ./debian/control    2005-08-07 08:29:58.000000000 +0000
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Michael Banck <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), glutg3-dev, gtkglarea5-dev (>= 1.2.2-7), 
libgnome-dev, f2c, libsc-dev, flex, blas-dev, lapack-dev, libglade-gnome0-dev, 
libopenbabel-dev (>= 1.100.2), dpatch
+Build-Depends: debhelper, autotools-dev, glutg3-dev, gtkglarea5-dev (>= 
1.2.2-7), libgnome-dev, f2c, libsc-dev, flex, blas-dev, lapack-dev, 
libglade-gnome0-dev, libopenbabel-dev (>= 1.100.2), dpatch
 Standards-Version: 3.5.6.1
 
 Package: ghemical
diff -urN ../tmp-orig/ghemical-1.01/debian/rules ./debian/rules
--- ../tmp-orig/ghemical-1.01/debian/rules      2005-08-07 08:59:33.000000000 
+0000
+++ ./debian/rules      2005-08-07 08:28:59.000000000 +0000
@@ -15,6 +15,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+       cp /usr/share/misc/config.{guess,sub} .
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --host=$(shell dpkg-architecture 
-qDEB_HOST_GNU_TYPE) --enable-mpqc
        touch configure-stamp
 


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

Reply via email to