Package: ctsim Severity: wishlist Tags: patch The current version of ctsim fails to build on GNU/kFreeBSD, because of outdated config.guess and config.sub.
The versions of config.guess and config.sub in $1 are too old to correctly support Debian GNU/kFree*BSD. A version is needed from this year, which is available in the autotools-dev packages that are in current sarge, and sid. You can simply copy them manually, but it can also be done automatically using the method described in /usr/share/doc/autotools-dev/README.Debian.gz It would also be nice if you cans ask upstream to update config.guess and config.sub in their next release. Please also add kfreebsd-i386 to the list of supported arch for ctsim-pentium4 and ctsim-athlon (see patch below). Thanks for your cooperation. Aurelien Jarno diff -u ctsim-4.3.1/debian/control ctsim-4.3.1/debian/control --- ctsim-4.3.1/debian/control +++ ctsim-4.3.1/debian/control @@ -24,7 +24,7 @@ Home page: http://www.ctsim.org/ Package: ctsim-pentium4 -Architecture: i386 +Architecture: i386 kfreebsd-i386 Depends: ${misc:Depends}, ${shlibs:Depends}, ctsim-help, ctn, libwxgtk2.4, fftw3, mesag3 | libgl1, libpng12-0 Recommends: ctsim-doc Provides: ctsim @@ -44,7 +44,7 @@ This version of ctsim has been compiled using Pentium 4 optimizations. Package: ctsim-athlon -Architecture: i386 +Architecture: i386 kfreebsd-i386 Depends: ${misc:Depends}, ${shlibs:Depends}, ctsim-help, ctn, libwxgtk2.4, fftw3, mesag3 | libgl1, libpng12-0 Recommends: ctsim-doc Provides: ctsim -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: kfreebsd-i386 (i686) Kernel: GNU/kFreeBSD 5.3-9 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]