Your message dated Sun, 06 May 2007 10:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#416857: fixed in tcpreplay 3.0.1-1
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: tcpreplay
Version: 2.99+3.0.beta11-4
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In C99 the meaning of "inline"
changed, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31389
A patch for this problem is below.

> Automatic build of tcpreplay_2.99+3.0.beta11-4 on coconut0 by sbuild/ia64 0.49
...
> common/timer.h:46: warning: inline function 'float2timer' declared but never 
> defined
> common/timer.h:45: warning: inline function 'timerdiv' declared but never 
> defined
> common/timer.h:46: warning: inline function 'float2timer' declared but never 
> defined
> common/timer.h:45: warning: inline function 'timerdiv' declared but never 
> defined
> /bin/sh ../libtool --tag=CC --mode=link ia64-linux-gnu-gcc  -g -O2 -Wall -O2 
> -funroll-loops -std=gnu99   -o tcpreplay  tcpreplay-tcpreplay_opts.o 
> tcpreplay-send_packets.o tcpreplay-signal_handler.o tcpreplay-tcpreplay.o 
> ./common/libcommon.a ../lib/libstrl.a /usr/lib/libpcap.a -L/usr/lib -lopts 
> -lrt -lnsl 
> mkdir .libs
> ia64-linux-gnu-gcc -g -O2 -Wall -O2 -funroll-loops -std=gnu99 -o tcpreplay 
> tcpreplay-tcpreplay_opts.o tcpreplay-send_packets.o 
> tcpreplay-signal_handler.o tcpreplay-tcpreplay.o  ./common/libcommon.a 
> ../lib/libstrl.a /usr/lib/libpcap.a -L/usr/lib /usr/lib/libopts.so -lm -ldl 
> -lrt -lnsl
> tcpreplay-send_packets.o: In function `do_sleep':
> /build/tbm/tcpreplay-2.99+3.0.beta11/src/send_packets.c:236: undefined 
> reference to `timerdiv'
> collect2: ld returned 1 exit status
> make[4]: *** [tcpreplay] Error 1

--- src/common/timer.h~ 2007-03-30 20:19:09.000000000 +0000
+++ src/common/timer.h  2007-03-30 20:19:36.000000000 +0000
@@ -42,8 +42,8 @@
 #include <sys/time.h>
 #include <math.h>
 
-inline void timerdiv(struct timeval *tvp, float div);
-inline void float2timer(float time, struct timeval *tvp);
+extern void timerdiv(struct timeval *tvp, float div);
+extern void float2timer(float time, struct timeval *tvp);
 
 #ifndef TIMEVAL_TO_TIMESPEC
 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: tcpreplay
Source-Version: 3.0.1-1

We believe that the bug you reported is fixed in the latest version of
tcpreplay, which is due to be installed in the Debian FTP archive:

tcpreplay_3.0.1-1.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_3.0.1-1.diff.gz
tcpreplay_3.0.1-1.dsc
  to pool/main/t/tcpreplay/tcpreplay_3.0.1-1.dsc
tcpreplay_3.0.1-1_amd64.deb
  to pool/main/t/tcpreplay/tcpreplay_3.0.1-1_amd64.deb
tcpreplay_3.0.1.orig.tar.gz
  to pool/main/t/tcpreplay/tcpreplay_3.0.1.orig.tar.gz



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.
Noèl Köthe <[EMAIL PROTECTED]> (supplier of updated tcpreplay 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: Sun, 06 May 2007 11:40:47 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source amd64
Version: 3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe <[EMAIL PROTECTED]>
Changed-By: Noèl Köthe <[EMAIL PROTECTED]>
Description: 
 tcpreplay  - Tool to replay saved tcpdump files at arbitrary speeds
Closes: 416857
Changes: 
 tcpreplay (3.0.1-1) unstable; urgency=low
 .
   * new upstream release from 2007-05-01
     - fixed gcc 4.3 "inline" change (closes: Bug#416857)
   * added build-dep autotools-dev to update config.sub+.guess
Files: 
 698dfc144d6c70b96fd461f53cddc34d 616 net optional tcpreplay_3.0.1-1.dsc
 70544d4320a4fc6e596d9033cf824a86 780257 net optional 
tcpreplay_3.0.1.orig.tar.gz
 201139457d0e7a8f073822835cfb5c45 27232 net optional tcpreplay_3.0.1-1.diff.gz
 732c408232f1cf247e39b4ae29c105c8 409744 net optional 
tcpreplay_3.0.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGPaaF9/DnDzB9Vu0RAln3AJ9nOCwT1sL/LHvLhHljSYuz0eq34QCfejHU
wyJqdl7SQAWqpIjAwZnr1kQ=
=4deK
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to