Package: xdb
Severity: normal
Tags: patch

When building 'xdb' on ppc64, I get the following error:

uname -r = 2.6.10-1-ppc64
uname -s = Linux
uname -v = #1 SMP Sat Feb 12 12:25:34 CET 2005

/usr/bin/uname -p = 
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = ppc64
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

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/xdb-1.2.0/debian/control ./debian/control
--- ../tmp-orig/xdb-1.2.0/debian/control        2005-03-13 19:47:15.321513752 
+0100
+++ ./debian/control    2005-03-13 19:47:04.420439792 +0100
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Michael Vogt <[EMAIL PROTECTED]>
 Standards-Version: 3.5.8.0
-Build-depends: debhelper
+Build-depends: debhelper, autotools-dev
 
 Package: libxdb1c102
 Section: libs
diff -urN ../tmp-orig/xdb-1.2.0/debian/rules ./debian/rules
--- ../tmp-orig/xdb-1.2.0/debian/rules  2005-03-13 19:47:15.322513600 +0100
+++ ./debian/rules      2005-03-13 19:46:57.252468720 +0100
@@ -11,6 +11,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
+       cp /usr/share/misc/config.{guess,sub} .
        ./configure --prefix=/usr \
            --mandir=\$${prefix}/share/man \
            --enable-static


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

Reply via email to