Your message dated Sat, 11 Jul 2009 09:18:33 +0000
with message-id <[email protected]>
and subject line Bug#505386: fixed in dansguardian 2.10.1.1-1
has caused the Debian Bug report #505386,
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.)


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

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 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.

> Automatic build of dansguardian_2.9.9.7-2 on em64t by sbuild/amd64 0.53
...
> mv -f .deps/dansguardian-dansguardian.Tpo .deps/dansguardian-dansguardian.Po
> g++ -DHAVE_CONFIG_H -I. -I..  
> -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' 
> -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' 
> -D__PROXYUSER='"dansguardian"' -D__PROXYGROUP='"dansguardian"' 
> -D__CONFDIR='"/etc/dansguardian"'    -Wall -g -O2    -g -O2  -MT 
> dansguardian-clamav.o -MD -MP -MF .deps/dansguardian-clamav.Tpo -c -o 
> dansguardian-clamav.o `test -f 'contentscanners/clamav.cpp' || echo 
> './'`contentscanners/clamav.cpp
> contentscanners/clamav.cpp: In member function 'virtual int 
> clamavinstance::scanMemory(HTTPHeader*, HTTPHeader*, const char*, int, const 
> char*, const char*, unsigned int)':
> contentscanners/clamav.cpp:131: error: 'tmpnam' was not declared in this scope
> make[3]: *** [dansguardian-clamav.o] Error 1

--- src/contentscanners/clamav.cpp~     2008-11-11 22:44:09.000000000 +0000
+++ src/contentscanners/clamav.cpp      2008-11-11 22:44:31.000000000 +0000
@@ -33,6 +33,7 @@
 #include <unistd.h>
 #include <clamav.h>
 #include <fcntl.h>
+#include <cstdio>
 
 
 // GLOBALS
--- src/contentscanners/icapscan.cpp~   2008-11-11 22:44:42.000000000 +0000
+++ src/contentscanners/icapscan.cpp    2008-11-11 22:44:49.000000000 +0000
@@ -36,6 +36,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <netdb.h>             // for gethostby
+#include <cstdio>
 
 
 // DEFINES
--- src/contentscanners/commandlinescan.cpp~    2008-11-11 22:45:26.000000000 
+0000
+++ src/contentscanners/commandlinescan.cpp     2008-11-11 22:45:34.000000000 
+0000
@@ -35,6 +35,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <list>
+#include <cstdio>
 
 
 // GLOBALS
--- src/downloadmanagers/fancy.cpp~     2008-11-11 22:45:49.000000000 +0000
+++ src/downloadmanagers/fancy.cpp      2008-11-11 22:45:57.000000000 +0000
@@ -32,6 +32,7 @@
 #include <unistd.h>
 #include <iostream>
 #include <math.h>
+#include <cstdio>
 
 
 // GLOBALS

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



--- End Message ---
--- Begin Message ---
Source: dansguardian
Source-Version: 2.10.1.1-1

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

dansguardian_2.10.1.1-1.diff.gz
  to pool/main/d/dansguardian/dansguardian_2.10.1.1-1.diff.gz
dansguardian_2.10.1.1-1.dsc
  to pool/main/d/dansguardian/dansguardian_2.10.1.1-1.dsc
dansguardian_2.10.1.1-1_amd64.deb
  to pool/main/d/dansguardian/dansguardian_2.10.1.1-1_amd64.deb
dansguardian_2.10.1.1.orig.tar.gz
  to pool/main/d/dansguardian/dansguardian_2.10.1.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.
Alexander Wirt <[email protected]> (supplier of updated dansguardian 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: Sun, 14 Jun 2009 11:21:44 +0200
Source: dansguardian
Binary: dansguardian
Architecture: source amd64
Version: 2.10.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt <[email protected]>
Changed-By: Alexander Wirt <[email protected]>
Description: 
 dansguardian - Web content filtering
Closes: 424076 505386 516749 526156 533024
Changes: 
 dansguardian (2.10.1.1-1) unstable; urgency=low
 .
   * New upstream version (Closes: #516749)
   * Re-enable clamd support (Closes: #533024)
   * Bump standards version (No changes)
   * Add --retry 15 to start-ѕtop-daemon (Closes: #424076)
   * Fix headers for gcc 4.4 (Closes: #505386, #526156)
     Thanks to tbm for the patch
Checksums-Sha1: 
 e43a0c41260afa29635d1fcb88b1882a692b2e52 1082 dansguardian_2.10.1.1-1.dsc
 ff3012e01130b2269582c21c3eeb4ea013dc9679 516800 
dansguardian_2.10.1.1.orig.tar.gz
 0e105ad3844edf2d6d454d48f62a5b9e3392cb0a 54119 dansguardian_2.10.1.1-1.diff.gz
 a73c5c1f2a46e39b23c113b087829d21015e4e72 482446 
dansguardian_2.10.1.1-1_amd64.deb
Checksums-Sha256: 
 aa41454c62483d9f6f99ea4728012dd06191c3d31e7c3f16b42aa1b4b2ba972a 1082 
dansguardian_2.10.1.1-1.dsc
 c245d58cf37f79f8a8e50b684d62b797a9f6ce1bb775e140969002dff7e11f92 516800 
dansguardian_2.10.1.1.orig.tar.gz
 9bb47c457d3e2b4589682b164ab80614bc1b756897e835c3b9135876af701324 54119 
dansguardian_2.10.1.1-1.diff.gz
 e813428a627aab7b6ba7d1ad1bb6301bf15aa6626c64fd78dcabf41168a2495b 482446 
dansguardian_2.10.1.1-1_amd64.deb
Files: 
 8918155129b33e78f3b9053302faea8f 1082 web optional dansguardian_2.10.1.1-1.dsc
 0987a1c9bfbdf398118386f10279611a 516800 web optional 
dansguardian_2.10.1.1.orig.tar.gz
 c07f4163faf80f7e0ab91b81abfd0b64 54119 web optional 
dansguardian_2.10.1.1-1.diff.gz
 2488e6af8dbaa834391e263e75b66316 482446 web optional 
dansguardian_2.10.1.1-1_amd64.deb

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

iEYEARECAAYFAkpYSDEACgkQ01u8mbx9Agr70wCgrEUiGbEPwnXT1C92kWVo97we
X7IAn2b1MsVmv2NH2oeSYMO9O9Ez9tkY
=OrwY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to