Your message dated Wed, 12 Jan 2011 11:02:11 +0000
with message-id <[email protected]>
and subject line Bug#608620: fixed in daemonlogger 1.2.1-6
has caused the Debian Bug report #608620,
regarding daemonlogger: Error in configuration of dumbnet library
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.)
--
608620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: daemonlogger
Version: 1.2.1-5
Priority: normal
Tags: patch
While reviewing your changes to the daemonlogger code I've found that your
changes to introduce the dubmnet library where not fully complete. The
configure.in file has not been changed to get the LDFLAGS and CFLAGS used
by the libdumbnet library.
The attached patch fixes this issue while at the same time slightly improving
the error message of the configure script for when the libdumbnet library
is not found.
Please consider the patch for your next upload.
Regards
Javier Fernandez-Sanguino
diff -Nru daemonlogger-1.2.1.orig/configure.in daemonlogger-1.2.1/configure.in
--- daemonlogger-1.2.1.orig/configure.in 2011-01-02 02:34:13.549783901 +0100
+++ daemonlogger-1.2.1/configure.in 2011-01-02 02:54:29.829358511 +0100
@@ -131,11 +131,11 @@
AC_TYPE_SIZE_T
AC_PROG_GCC_TRADITIONAL
if test "$GCC" = yes ; then
- CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS -g -O0 -Wall"
fi
-LDFLAGS="${LDFLAGS} `dnet-config --libs`"
-CFLAGS="${CFLAGS} `dnet-config --cflags`"
+LDFLAGS="${LDFLAGS} `dumbnet-config --libs`"
+CFLAGS="${CFLAGS} `dumbnet-config --cflags`"
LDNET=""
AC_CHECK_LIB(dumbnet, intf_open,, LDNET="no")
echo "LDFLAGS set to $LDFLAGS"
@@ -143,8 +143,9 @@
if test "$LDNET" = "no"; then
echo
- echo " ERROR! Libdnet library/headers not found, go get it from"
+ echo " ERROR! Libdumbnet library/headers not found, go get it from"
echo " http://libdnet.sourceforge.net"
+ echo " (in Debian systems, install the libdumbnet-dev package)"
exit
fi
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: daemonlogger
Source-Version: 1.2.1-6
We believe that the bug you reported is fixed in the latest version of
daemonlogger, which is due to be installed in the Debian FTP archive:
daemonlogger_1.2.1-6.debian.tar.gz
to main/d/daemonlogger/daemonlogger_1.2.1-6.debian.tar.gz
daemonlogger_1.2.1-6.dsc
to main/d/daemonlogger/daemonlogger_1.2.1-6.dsc
daemonlogger_1.2.1-6_amd64.deb
to main/d/daemonlogger/daemonlogger_1.2.1-6_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.
Chris Taylor <[email protected]> (supplier of updated daemonlogger 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.8
Date: Wed, 12 Jan 2011 10:34:55 +0000
Source: daemonlogger
Binary: daemonlogger
Architecture: source amd64
Version: 1.2.1-6
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor <[email protected]>
Changed-By: Chris Taylor <[email protected]>
Description:
daemonlogger - simple network packet logger and soft tap daemon
Closes: 608619 608620
Changes:
daemonlogger (1.2.1-6) unstable; urgency=low
.
* Update 00-dumbnet patch (Closes: #608620).
* Removed patch 01-makefile.
* Created patch 01-rollover (Closes: #608619).
- Patch from Javier Fernández-Sanguino Peña.
- Fixes rollover inconsistencies.
* Bump standards-version.
Checksums-Sha1:
79aefb0e7dad4dba22e16975b8f55751171a809e 1165 daemonlogger_1.2.1-6.dsc
eb96ea37f42aafa00fc7e6a70eac105670e2f38b 6348
daemonlogger_1.2.1-6.debian.tar.gz
e1cc72302c260b6fbd34d109d33a528b09032af3 21318 daemonlogger_1.2.1-6_amd64.deb
Checksums-Sha256:
bd978762430c98de4c405c0c978ecc2b1d279d6aaa0add287342c4a6fc704597 1165
daemonlogger_1.2.1-6.dsc
37b00e35d700e2bfe2845570889b3e6febb6233e21e7355ee3506088f8fed919 6348
daemonlogger_1.2.1-6.debian.tar.gz
d8ab6cbfe49ff020684423722b5c09949136be6704ae942188d7aafe62d4651f 21318
daemonlogger_1.2.1-6_amd64.deb
Files:
87bc5f5e589dba5f54ec24743957993c 1165 net optional daemonlogger_1.2.1-6.dsc
1e6c05f699d573c0cf51790035d3e165 6348 net optional
daemonlogger_1.2.1-6.debian.tar.gz
f231c5dcfeaa4f91dfad9f43e38d588f 21318 net optional
daemonlogger_1.2.1-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0tia8ACgkQLpNUoan9SCEWWgCfbSVtAY3C5xxW44Jyo420o9ld
UoEAnjrkGLmO3EqMdG3p1bxgD3tbJJ/I
=TGaK
-----END PGP SIGNATURE-----
--- End Message ---