Package: tcptrace
Severity: normal
Tags: patch

When building 'tcptrace' 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: cannot guess build type; you must specify one
make: *** [build] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/tcptrace-6.6.1/debian/control ./debian/control
--- ../tmp-orig/tcptrace-6.6.1/debian/control   2005-03-13 16:19:18.609515744 
+0100
+++ ./debian/control    2005-03-13 16:19:13.362512680 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noah Meyerhans <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-depends: libpcap-dev
+Build-depends: libpcap-dev, autotools-dev
 
 Package: tcptrace
 Architecture: any
diff -urN ../tmp-orig/tcptrace-6.6.1/debian/rules ./debian/rules
--- ../tmp-orig/tcptrace-6.6.1/debian/rules     2005-03-13 16:19:18.615514832 
+0100
+++ ./debian/rules      2005-03-13 16:19:06.753456640 +0100
@@ -5,6 +5,7 @@
 package=tcptrace
 
 build:
+       cp /usr/share/misc/config.{guess,sub} .
        $(checkdir)
        ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
        $(MAKE)


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

Reply via email to