Package: ratpoison Severity: normal Tags: patch When building 'ratpoison' on amd64, I get the following error:
checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed make: *** [build] Error 1 Please update 'config.sub' and 'config.guess' to fix this. Regards Andreas Jochens diff -urN ../tmp-orig/ratpoison-1.3.0/debian/control ./debian/control --- ../tmp-orig/ratpoison-1.3.0/debian/control 2005-01-31 09:13:37.000000000 +0100 +++ ./debian/control 2005-02-01 15:54:26.030817254 +0100 @@ -2,7 +2,7 @@ Section: x11 Priority: extra Maintainer: Jonathan Walther <[EMAIL PROTECTED]> -Build-Depends: debhelper, libreadline5-dev, xlibs-dev | xlib6g-dev +Build-Depends: debhelper, autotools-dev, libreadline5-dev, xlibs-dev | xlib6g-dev Standards-Version: 3.6.1.1 Uploaders: Gergely Nagy <[EMAIL PROTECTED]>, Jonathan Walther <[EMAIL PROTECTED]> diff -urN ../tmp-orig/ratpoison-1.3.0/debian/rules ./debian/rules --- ../tmp-orig/ratpoison-1.3.0/debian/rules 2005-01-31 09:07:47.000000000 +0100 +++ ./debian/rules 2005-02-01 15:55:33.623748218 +0100 @@ -26,6 +26,7 @@ clean: dh_testdir if [ -f Makefile ] ; then make distclean ; fi + cp /usr/share/misc/config.guess /usr/share/misc/config.sub . dh_clean binary-indep: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]