Package: freesweep
Severity: normal
Tags: patch

When building 'freesweep' 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/freesweep-0.88/debian/control ./debian/control
--- ../tmp-orig/freesweep-0.88/debian/control   2005-03-12 19:29:46.530413216 
+0100
+++ ./debian/control    2005-03-12 19:29:43.038539848 +0100
@@ -3,7 +3,7 @@
 Section: games
 Priority: optional
 Standards-Version: 3.5.5
-Build-Depends: debhelper (>= 3.0.0), libncurses5-dev, autoconf
+Build-Depends: debhelper (>= 3.0.0), autotools-dev, libncurses5-dev, autoconf
 
 Package: freesweep
 Architecture: any
diff -urN ../tmp-orig/freesweep-0.88/debian/rules ./debian/rules
--- ../tmp-orig/freesweep-0.88/debian/rules     2005-03-12 19:29:46.528413520 
+0100
+++ ./debian/rules      2005-03-12 19:29:32.057481744 +0100
@@ -20,6 +20,7 @@
 build-stamp:
        dh_testdir
 
+       cp /usr/share/misc/config.{guess,sub} .
        $(MAKE) config.h.in
        CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --with-prefsdir=/etc \
                --with-scoresdir=/var/games --disable-debug-log


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

Reply via email to