Your message dated Fri, 28 Aug 2009 19:32:46 +0000
with message-id <[email protected]>
and subject line Bug#542388: fixed in nmap 5.00-3
has caused the Debian Bug report #542388,
regarding nmap: FTBFS on GNU/kFreeBSD
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
542388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nmap
Version: 5.00-2
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs a small change to configure.in/configure
in libdnet-stripped subdir, see attached patch.
It would also be nice if you can ask upstream to
integrate this change in their next release.
Thanks in advance
Petronly in patch2:
unchanged:
--- nmap-5.00.orig/libdnet-stripped/configure.in
+++ nmap-5.00/libdnet-stripped/configure.in
@@ -278,7 +278,12 @@
AC_LIBOBJ([tun-linux])
elif test "$ac_cv_header_net_if_tun_h" = yes ; then
if test "$ac_cv_header_stropts_h" = yes ; then
- AC_LIBOBJ([tun-solaris])
+ case "$host_os" in
+ *kfreebsd*)
+ AC_LIBOBJ([tun-bsd]);;
+ *)
+ AC_LIBOBJ([tun-solaris]);;
+ esac
else
AC_LIBOBJ([tun-bsd])
fi
only in patch2:
unchanged:
--- nmap-5.00.orig/libdnet-stripped/configure
+++ nmap-5.00/libdnet-stripped/configure
@@ -23153,12 +20673,22 @@
elif test "$ac_cv_header_net_if_tun_h" = yes ; then
if test "$ac_cv_header_stropts_h" = yes ; then
- case " $LIBOBJS " in
+ case "$host_os" in
+ *kfreebsd*)
+ case " $LIBOBJS " in
+ *" tun-bsd.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS tun-bsd.$ac_objext"
+ ;;
+esac
+;;
+ *)
+ case " $LIBOBJS " in
*" tun-solaris.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS tun-solaris.$ac_objext"
;;
esac
-
+;;
+ esac
else
case " $LIBOBJS " in
*" tun-bsd.$ac_objext "* ) ;;
--- End Message ---
--- Begin Message ---
Source: nmap
Source-Version: 5.00-3
We believe that the bug you reported is fixed in the latest version of
nmap, which is due to be installed in the Debian FTP archive:
nmap_5.00-3.diff.gz
to pool/main/n/nmap/nmap_5.00-3.diff.gz
nmap_5.00-3.dsc
to pool/main/n/nmap/nmap_5.00-3.dsc
nmap_5.00-3_amd64.deb
to pool/main/n/nmap/nmap_5.00-3_amd64.deb
zenmap_5.00-3_amd64.deb
to pool/main/n/nmap/zenmap_5.00-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
LaMont Jones <[email protected]> (supplier of updated nmap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 28 Aug 2009 13:02:24 -0600
Source: nmap
Binary: nmap zenmap
Architecture: amd64 source
Version: 5.00-3
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[email protected]>
Changed-By: LaMont Jones <[email protected]>
Description:
nmap - The Network Mapper
zenmap - The Network Mapper Front End
Closes: 542388
Changes:
nmap (5.00-3) unstable; urgency=low
.
[Petr Salinger]
.
* fix FTBFS on GNU/kFreeBSD. Closes: #542388
.
[LaMont Jones]
.
* Provide and Replace: ndiff
Files:
0e7beba48793d95d4c64d836919c2040 17708 net extra nmap_5.00-3.diff.gz
6516c713cb6ae354fb48197be7dc86b6 616424 net extra zenmap_5.00-3_amd64.deb
aef7e92792a70214b223e59b04f5e4c6 1609896 net extra nmap_5.00-3_amd64.deb
909a9a9ec9cfabbb7749b3bade295456 842 net extra nmap_5.00-3.dsc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFKmC2bzN/kmwoKyScRAiylAKCW2JKjXEyXFYx1lScSWOILuPtFUwCfdsm0
l1/lyoyLNGjH3aRVvchfB0E=
=GyF+
-----END PGP SIGNATURE-----
--- End Message ---