Package: tor
Severity: normal
Tags: patch

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

checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `powerpc64-linux': machine 
`powerpc64' not recognized
configure: error: /bin/sh ./config.sub powerpc64-linux failed
make: *** [config.status] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/tor-0.0.9.5/debian/control ./debian/control
--- ../tmp-orig/tor-0.0.9.5/debian/control      2005-03-19 11:42:16.419528458 
+0100
+++ ./debian/control    2005-03-19 11:42:08.401620388 +0100
@@ -2,7 +2,7 @@
 Section: comm
 Priority: optional
 Maintainer: Peter Palfrader <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, 
tetex-bin, tetex-extra, transfig, gs
+Build-Depends: debhelper (>= 4.1.65), autotools-dev, libssl-dev, dpatch, 
zlib1g-dev, tetex-bin, tetex-extra, transfig, gs
 Standards-Version: 3.6.1
 
 Package: tor
diff -urN ../tmp-orig/tor-0.0.9.5/debian/rules ./debian/rules
--- ../tmp-orig/tor-0.0.9.5/debian/rules        2005-03-19 11:42:16.413532441 
+0100
+++ ./debian/rules      2005-03-19 11:41:57.821666840 +0100
@@ -44,6 +44,7 @@
 configure: patch-stamp
 config.status: configure
        dh_testdir
+       cp /usr/share/misc/config.{guess,sub} .
        CFLAGS="$(CFLAGS)" ./configure \
                --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \


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

Reply via email to