Package: rain
Severity: normal
Tags: patch

When building 'rain' 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] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/rain-1.2.9beta1/debian/control ./debian/control
--- ../tmp-orig/rain-1.2.9beta1/debian/control  2005-03-13 14:52:56.537495288 
+0100
+++ ./debian/control    2005-03-13 14:52:30.985483064 +0100
@@ -2,6 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
+Build-Depends: autotools-dev
 Standards-Version: 3.5.6
 
 Package: rain
diff -urN ../tmp-orig/rain-1.2.9beta1/debian/rules ./debian/rules
--- ../tmp-orig/rain-1.2.9beta1/debian/rules    2005-03-13 14:52:56.650478112 
+0100
+++ ./debian/rules      2005-03-13 14:52:49.522459112 +0100
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 build:
+       cp /usr/share/misc/config.{guess,sub} .
        test -e debian/control
        ./configure --prefix=/usr
        $(MAKE)


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

Reply via email to