Your message dated Wed, 3 Jan 2007 15:56:02 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line netcdf: fixed FTBFS on GNU/kFreeBSD
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: netcdf
Severity: important
Version: 3.6.1-0.1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs updated config.guess, config.sub
and small tweak for aclocal.m4/configure, see bellow.
For config.guess and config.sub is needed a version
from last year, which is available in the autotools-dev
packages that are in current sarge, etch 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
Please, update all occurences of config.sub/config.guess,
"find . -name config.sub -o -name config.guess" is your friend.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- src/aclocal.m4~ 2006-12-19 19:24:13.000000000 +0100
+++ src/aclocal.m4 2006-12-19 19:24:13.000000000 +0100
@@ -945,7 +945,7 @@
#
WHATIS=whatis
case `uname -sr` in
- BSD/OS*|FreeBSD*)
+ BSD/OS*|*FreeBSD*)
# Can't generate a user-database -- only /usr/share/man/whatis.db.
MAKEWHATIS_CMD=
;;
--- src/configure~ 2006-12-19 19:25:17.000000000 +0100
+++ src/configure 2006-12-19 19:25:17.000000000 +0100
@@ -11009,7 +11009,7 @@
#
WHATIS=whatis
case `uname -sr` in
- BSD/OS*|FreeBSD*)
+ BSD/OS*|*FreeBSD*)
# Can't generate a user-database -- only /usr/share/man/whatis.db.
MAKEWHATIS_CMD=
;;
--- End Message ---
--- Begin Message ---
Version: 3.6.1-0.2
--- End Message ---