Your message dated Fri, 12 May 2006 22:17:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355598: fixed in tcptrack 1.1.5-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: tcptrack
Version: 1.1.5-1
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of tcptrack_1.1.5-1 on bigsur by sbuild/mips 1.75
...
> make[3]: Entering directory `/build/tbm/tcptrack-1.1.5/src'
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o Collector.o Collector.cc
> IPv4Address.h:16: error: extra qualification 'IPv4Address::' on member 'ptr'
> TCPPacket.h:32: error: extra qualification 'TCPPacket::' on member 'TCPPacket'
> TCPPacket.h:33: error: extra qualification 'TCPPacket::' on member 'TCPPacket'
> TCPPacket.h:34: error: extra qualification 'TCPPacket::' on member 'getSeq'
> TCPPacket.h:35: error: extra qualification 'TCPPacket::' on member 'getAck'
> TCPPacket.h:42: error: extra qualification 'TCPPacket::' on member 'fin'
> TCPPacket.h:43: error: extra qualification 'TCPPacket::' on member 'syn'
> TCPPacket.h:44: error: extra qualification 'TCPPacket::' on member 'rst'
> TCPPacket.h:45: error: extra qualification 'TCPPacket::' on member 'psh'
> TCPPacket.h:46: error: extra qualification 'TCPPacket::' on member 'ack'
> TCPPacket.h:47: error: extra qualification 'TCPPacket::' on member 'urg'
> TCPPacket.h:48: error: extra qualification 'TCPPacket::' on member 'ece'
> TCPPacket.h:49: error: extra qualification 'TCPPacket::' on member 'cwr'
> make[3]: *** [Collector.o] Error 1
diff -urN src~/IPv4Address.h src/IPv4Address.h
--- src~/IPv4Address.h 2006-03-06 16:12:49.000000000 +0000
+++ src/IPv4Address.h 2006-03-06 16:13:03.000000000 +0000
@@ -13,7 +13,7 @@
IPv4Address(IPv4Address &na) { a=na.toStruct(); }
bool operator==( const IPv4Address & ) const;
bool operator!=( const IPv4Address & ) const;
- char * IPv4Address::ptr() const;
+ char * ptr() const;
friend ostream & operator<<( ostream &, const IPv4Address &);
struct in_addr toStruct() const;
private:
diff -urN src~/TCPPacket.h src/TCPPacket.h
--- src~/TCPPacket.h 2006-03-06 16:12:49.000000000 +0000
+++ src/TCPPacket.h 2006-03-06 16:13:29.000000000 +0000
@@ -29,24 +29,24 @@
class TCPPacket
{
public:
- TCPPacket::TCPPacket( const u_char *data, unsigned int data_len );
- TCPPacket::TCPPacket( TCPPacket & orig );
- seq_t TCPPacket::getSeq() const;
- seq_t TCPPacket::getAck() const;
+ TCPPacket( const u_char *data, unsigned int data_len );
+ TCPPacket( TCPPacket & orig );
+ seq_t getSeq() const;
+ seq_t getAck() const;
bool isFlagSet(unsigned int);
unsigned short headerLen() const { return header_len; };
portnum_t srcPort() const;
portnum_t dstPort() const;
- bool TCPPacket::fin() const;
- bool TCPPacket::syn() const;
- bool TCPPacket::rst() const;
- bool TCPPacket::psh() const;
- bool TCPPacket::ack() const;
- bool TCPPacket::urg() const;
- bool TCPPacket::ece() const;
- bool TCPPacket::cwr() const;
+ bool fin() const;
+ bool syn() const;
+ bool rst() const;
+ bool psh() const;
+ bool ack() const;
+ bool urg() const;
+ bool ece() const;
+ bool cwr() const;
friend ostream & operator<<( ostream &, const TCPPacket &);
private:
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: tcptrack
Source-Version: 1.1.5-2
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.1.5-2.diff.gz
to pool/main/t/tcptrack/tcptrack_1.1.5-2.diff.gz
tcptrack_1.1.5-2.dsc
to pool/main/t/tcptrack/tcptrack_1.1.5-2.dsc
tcptrack_1.1.5-2_amd64.deb
to pool/main/t/tcptrack/tcptrack_1.1.5-2_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.
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: Sat, 13 May 2006 01:59:54 -0300
Source: tcptrack
Binary: tcptrack
Architecture: source amd64
Version: 1.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Leo Costela <[EMAIL PROTECTED]>
Changed-By: Leo Costela <[EMAIL PROTECTED]>
Description:
tcptrack - Displays a TCP connection list, with states and speeds
Closes: 355598
Changes:
tcptrack (1.1.5-2) unstable; urgency=low
.
* Switched to CDBS
* Applied patch to compile with GCC 4.1 (thanks Martin) (closes: #355598)
* Updated policy to 3.7.2 (no changes)
Files:
eb6e2dea103bbc8dcb2c663a1ec7a30f 629 net optional tcptrack_1.1.5-2.dsc
47eeb48b7fd6824a79933ddba191407d 23787 net optional tcptrack_1.1.5-2.diff.gz
ff74d4c2adf1db67c1bebf643ebd85a9 39876 net optional tcptrack_1.1.5-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEZWlqImLTb3rflGYRAoNjAKDihfWrlk35i/HJ6I3TyP/HXDK1WACcCTUG
kbCYBcraDfZyvnNuyW5Y3ac=
=oliz
-----END PGP SIGNATURE-----
--- End Message ---