Your message dated Fri, 01 May 2009 17:02:29 +0000
with message-id <[email protected]>
and subject line Bug#526208: fixed in nethogs 0.7.0-2
has caused the Debian Bug report #526208,
regarding FTBFS with GCC 4.4: missing #include
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.)


-- 
526208: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526208
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nethogs
Version: 0.7.0-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with GCC 4.4, which has cleaned up some more
C++ headers.  You always have to #include headers directly and cannot
rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable or
gcc-4.4 from experimental.

> Automatic build of nethogs_0.7.0-1 on em64t by sbuild/amd64 0.53
...
> g++ -g -O2 -g -Wall -O2 -c inode2prog.cpp
> g++ -g -O2 -g -Wall -O2 -c conninode.cpp
> conninode.cpp: In function 'void addtoconninode(char*)':
> conninode.cpp:44: error: 'sscanf' was not declared in this scope
> conninode.cpp:47: error: 'stderr' was not declared in this scope
> conninode.cpp:47: error: 'fprintf' was not declared in this scope
> conninode.cpp:103: error: 'snprintf' was not declared in this scope
> conninode.cpp: In function 'int addprocinfo(const char*)':
> conninode.cpp:130: error: 'fopen' was not declared in this scope
> conninode.cpp:137: error: 'fgets' was not declared in this scope
> conninode.cpp:143: error: 'feof' was not declared in this scope
> conninode.cpp:145: error: 'fclose' was not declared in this scope
> make[1]: *** [conninode.o] Error 1
> make[1]: Leaving directory `/build/tbm/nethogs-0.7.0'

--- conninode.cpp~      2009-04-29 21:00:19.000000000 +0000
+++ conninode.cpp       2009-04-29 21:00:25.000000000 +0000
@@ -1,5 +1,6 @@
 #include <netinet/in.h>
 #include <map>
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "nethogs.h"

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



--- End Message ---
--- Begin Message ---
Source: nethogs
Source-Version: 0.7.0-2

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

nethogs_0.7.0-2.diff.gz
  to pool/main/n/nethogs/nethogs_0.7.0-2.diff.gz
nethogs_0.7.0-2.dsc
  to pool/main/n/nethogs/nethogs_0.7.0-2.dsc
nethogs_0.7.0-2_i386.deb
  to pool/main/n/nethogs/nethogs_0.7.0-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.
Bart Martens <[email protected]> (supplier of updated nethogs 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: Fri, 01 May 2009 18:18:53 +0200
Source: nethogs
Binary: nethogs
Architecture: source i386
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens <[email protected]>
Changed-By: Bart Martens <[email protected]>
Description: 
 nethogs    - Net top tool grouping bandwidth per process
Closes: 526208
Changes: 
 nethogs (0.7.0-2) unstable; urgency=low
 .
   * debian/patches/01_gcc44.diff: Added.  Closes: #526208.
   * debian/watch: Updated.
Checksums-Sha1: 
 09781f52d8262cc1a2107e24f70e8a2b403b16aa 1020 nethogs_0.7.0-2.dsc
 fbe3637e3b79a102e313264fdca88b584d9c24db 2915 nethogs_0.7.0-2.diff.gz
 babcd2aa3886a9ebafe9bb0bd6fba8caf080c8bb 26830 nethogs_0.7.0-2_i386.deb
Checksums-Sha256: 
 2fc44eb9a418d736c7658ac466efadfdf2f77f4710b7998e7eb89286c13dcf07 1020 
nethogs_0.7.0-2.dsc
 c3dce2a24540852bfaeaa93b6b2b6b9902dcb069feb972b4fd43484d6a7aa46a 2915 
nethogs_0.7.0-2.diff.gz
 759c8e444c80c345d1720391efdcc51498ff7fec618f3f86f1411e14d62d0a53 26830 
nethogs_0.7.0-2_i386.deb
Files: 
 dae294002050127547f03e79022f5c93 1020 net optional nethogs_0.7.0-2.dsc
 cbb2b888baed291047453b2bdcfcb5f4 2915 net optional nethogs_0.7.0-2.diff.gz
 9df167777c25ea7d24375bacb50547a0 26830 net optional nethogs_0.7.0-2_i386.deb

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

iEYEARECAAYFAkn7Jz0ACgkQbMaawmho9B83PgCg0edBU2/UIX9TENDG9VaplbZV
V3oAmgLjduj8DaP+LfURHXWgL2PtgYC/
=luAK
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to