Your message dated Thu, 07 Feb 2008 22:17:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455346: fixed in tcptrack 1.3.0-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: tcptrack
Version: 1.2.0-1
Usertags: ftbfs-gcc-4.3

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 GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of tcptrack_1.2.0-1 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall -O2 -c -o TCPConnection.o 
> TCPConnection.cc
> In file included from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/hash_map:64,
>                  from util.h:36,
>                  from TCPConnection.h:29,
>                  from TCPConnection.cc:34:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider use of an equivalent, non-deprecated interface for 
> the requested functionality. A list of valid replacements is as follows: Use: 
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>, 
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream 
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream 
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>, 
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>, 
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap 
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st 
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>, 
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr 
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> In file included from TCContainer.h:37,
>                  from PacketBuffer.h:26,
>                  from Sniffer.h:35,
>                  from TCPTrack.h:7,
>                  from TCPConnection.cc:36:
> Guesser.h: In member function 'size_t GHashFunc::operator()(const 
> SocketPair4&) const':
> Guesser.h:42: warning: statement has no effect
> In file included from PacketBuffer.h:26,
>                  from Sniffer.h:35,
>                  from TCPTrack.h:7,
>                  from TCPConnection.cc:36:
> TCContainer.h: In member function 'size_t TCCHashFunc::operator()(const 
> SocketPair4&) const':
> TCContainer.h:81: warning: statement has no effect
> TCPConnection.cc: In member function 'bool 
> TCPConnection::acceptPacket(IPv4TCPCapture&)':
> TCPConnection.cc:268: warning: unused variable 'sport'
> TCPConnection.cc:269: warning: unused variable 'dport'
> g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall -O2 -c -o util.o util.cc
> In file included from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/hash_map:64,
>                  from util.h:36,
>                  from util.cc:22:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider use of an equivalent, non-deprecated interface for 
> the requested functionality. A list of valid replacements is as follows: Use: 
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>, 
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream 
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream 
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>, 
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>, 
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap 
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st 
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>, 
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr 
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> util.cc: In function 'nlp* getnlp(const u_char*, int, const pcap_pkthdr*)':
> util.cc:74: warning: suggest parentheses around && within ||
> util.cc:79: error: 'memcpy' was not declared in this scope
> util.cc:93: error: 'memcpy' was not declared in this scope
> util.cc:103: error: 'memcpy' was not declared in this scope
> make[3]: *** [util.o] Error 1
> make[3]: Leaving directory `/build/tbm/tcptrack-1.2.0/src'
> make[2]: *** [all-recursive] Error 1

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



--- End Message ---
--- Begin Message ---
Source: tcptrack
Source-Version: 1.3.0-1

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

tcptrack_1.3.0-1.diff.gz
  to pool/main/t/tcptrack/tcptrack_1.3.0-1.diff.gz
tcptrack_1.3.0-1.dsc
  to pool/main/t/tcptrack/tcptrack_1.3.0-1.dsc
tcptrack_1.3.0-1_amd64.deb
  to pool/main/t/tcptrack/tcptrack_1.3.0-1_amd64.deb
tcptrack_1.3.0.orig.tar.gz
  to pool/main/t/tcptrack/tcptrack_1.3.0.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.
Leo Costela <[EMAIL PROTECTED]> (supplier of updated tcptrack 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: Thu, 07 Feb 2008 19:26:17 +0100
Source: tcptrack
Binary: tcptrack
Architecture: source amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Leo Costela <[EMAIL PROTECTED]>
Description: 
 tcptrack   - TCP connection tracker, with states and speeds
Closes: 455346
Changes: 
 tcptrack (1.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
     - policy bump: 3.7.3 (no changes)
     - added Homepage field
     - short description copyediting
   * debian/patches/20_gcc4.3_ftbfs.patch: fix FTBFS with GCC 4.3
     (closes:#455346)
Files: 
 cea1da7656c5b25874647412f3b8959e 683 net optional tcptrack_1.3.0-1.dsc
 227baeb2f96758f7614f6f788b6a4d93 116725 net optional tcptrack_1.3.0.orig.tar.gz
 e9014e25dae9a63ed528ad24bed19a8a 23651 net optional tcptrack_1.3.0-1.diff.gz
 242dc27d7eacc965a2349f60cc89b025 40746 net optional tcptrack_1.3.0-1_amd64.deb

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

iD8DBQFHq4HYImLTb3rflGYRAuOnAKCIQ63GSTv8CAI5gLAJpuHEMWfvlwCeOazz
OA9SFFOZzpW+MoZ2SQarvJw=
=wDw7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to