Your message dated Mon, 10 Apr 2006 14:03:23 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361065: fixed in tcpreplay 2.99+3.0.beta7-2
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.beta7-1
Severity: serious
Tags: patch

When building 'tcpreplay' on powerpc/unstable,
I get the following error:

In file included from cidr.c:35:
../../src/defines.h:115: error: conflicting types for 'speed_t'
/usr/include/bits/termios.h:24: error: previous declaration of 'speed_t' was 
here
make[5]: *** [cidr.o] Error 1
make[5]: Leaving directory `/tcpreplay-2.99+3.0.beta7/src/common'

With the attached patch 'tcpreplay' can be compiled on powerpc.

Regards
Andreas Jochens

diff -urN ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/defines.h.in 
./src/defines.h.in
--- ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/defines.h.in       2005-07-29 
04:42:25.000000000 +0000
+++ ./src/defines.h.in  2006-04-06 08:55:14.000000000 +0000
@@ -112,7 +112,6 @@
 #define SPEED_ONEATATIME 5
     float speed;
 };
-typedef struct speed_s speed_t;
 
 #define MAX_FILES   1024        /* Max number of files we can pass to 
tcpreplay */
 
diff -urN ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/tcpreplay.h ./src/tcpreplay.h
--- ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/tcpreplay.h        2005-07-29 
04:42:25.000000000 +0000
+++ ./src/tcpreplay.h   2006-04-06 08:55:39.000000000 +0000
@@ -57,7 +57,7 @@
     int datadumpfile1;
     int datadumpfile2;
 */
-    speed_t speed;
+    struct speed_s speed;
     u_int32_t limit;
     u_int32_t loop;
 


--- End Message ---
--- Begin Message ---
Source: tcpreplay
Source-Version: 2.99+3.0.beta7-2

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_2.99+3.0.beta7-2.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta7-2.diff.gz
tcpreplay_2.99+3.0.beta7-2.dsc
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta7-2.dsc
tcpreplay_2.99+3.0.beta7-2_i386.deb
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta7-2_i386.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.
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: Mon, 10 Apr 2006 22:07:02 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source i386
Version: 2.99+3.0.beta7-2
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: 361065
Changes: 
 tcpreplay (2.99+3.0.beta7-2) unstable; urgency=low
 .
   * updated homepage http://tcpreplay.synfin.net
   * fix conflicting types for 'speed_t'
     (closes: Bug#361065)
Files: 
 20527c373689048469b27d9a352eb7aa 655 net optional 
tcpreplay_2.99+3.0.beta7-2.dsc
 d04ca545415adf6517de87d6bfdb7b20 26850 net optional 
tcpreplay_2.99+3.0.beta7-2.diff.gz
 0d053fd4e39f907cfb3f4599a2feaaf7 817610 net optional 
tcpreplay_2.99+3.0.beta7-2_i386.deb

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

iD8DBQFEOr8m9/DnDzB9Vu0RAsd/AJ4xrokIKwkPnltZ/R9OyNyEEDWp6QCggl14
h1PrqEwY7sqneyI+BVfns+Q=
=1jUn
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to