Package: bird
Severity: normal
Tags: patch

When building 'bird' 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: *** [build-stamp] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/bird-1.0.4/debian/control ./debian/control
--- ../tmp-orig/bird-1.0.4/debian/control       2005-03-19 19:35:03.363983778 
+0100
+++ ./debian/control    2005-03-19 19:12:49.000000000 +0100
@@ -1,7 +1,7 @@
 Source: bird
 Section: net
 Priority: optional
-Build-Depends: bison, debhelper, flex, m4, libreadline4-dev
+Build-Depends: debhelper, autotools-dev, bison, flex, m4, libreadline5-dev
 Maintainer: Florian Lohoff <[EMAIL PROTECTED]>
 Standards-Version: 3.0.1
 
diff -urN ../tmp-orig/bird-1.0.4/debian/rules ./debian/rules
--- ../tmp-orig/bird-1.0.4/debian/rules 2005-03-19 19:35:03.361985106 +0100
+++ ./debian/rules      2005-03-19 19:23:31.000000000 +0100
@@ -6,6 +6,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
+       cp /usr/share/misc/config.{guess,sub} tools
        ./configure --prefix=/usr \
                        --sysconfdir=/etc \
                        --mandir=\$${prefix}/share/man \


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

Reply via email to