Your message dated Mon, 17 Mar 2008 00:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417480: fixed in postal 0.67-0.1
has caused the Debian Bug report #417480,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
417480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417480
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: postal
Version: 0.66
Usertags: ftbfs-gcc-4.3
Tags: patch
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). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.
> Automatic build of postal_0.66 on em64t by sbuild/amd64 0.53
...
> make[1]: Entering directory `/build/tbm/postal-0.66'
> g++ -O2 -g -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings
> -Wcast-qual -Woverloaded-virtual -pedantic -ffor-scope -c expand.cpp
> g++ -O2 -g -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings
> -Wcast-qual -Woverloaded-virtual -pedantic -ffor-scope postal-list.cpp
> expand.o -o postal-list -lstdc++ -lgnutls -lpthread
> postal-list.cpp: In function 'void usage()':
> postal-list.cpp:9: error: 'exit' was not declared in this scope
> make[1]: *** [postal-list] Error 1
--- postal-list.cpp~ 2007-04-02 21:06:33.000000000 +0000
+++ postal-list.cpp 2007-04-02 21:06:39.000000000 +0000
@@ -1,4 +1,5 @@
#include "expand.h"
+#include <cstdlib>
#include <string>
#include <stdio.h>
--- userlist.cpp~ 2007-04-02 21:06:45.000000000 +0000
+++ userlist.cpp 2007-04-02 21:06:50.000000000 +0000
@@ -1,4 +1,5 @@
#include "userlist.h"
+#include <cstdlib>
#include <stdio.h>
#include "expand.h"
--- client.cpp~ 2007-04-02 21:07:55.000000000 +0000
+++ client.cpp 2007-04-02 21:08:03.000000000 +0000
@@ -1,4 +1,5 @@
#include "client.h"
+#include <cstdlib>
#include <unistd.h>
#include "userlist.h"
#include "logit.h"
--- rabid.cpp~ 2007-04-02 21:08:14.000000000 +0000
+++ rabid.cpp 2007-04-02 21:08:20.000000000 +0000
@@ -4,6 +4,7 @@
#include "userlist.h"
#include "client.h"
+#include <cstdlib>
#include <unistd.h>
#include <sys/wait.h>
#include <signal.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: postal
Source-Version: 0.67-0.1
We believe that the bug you reported is fixed in the latest version of
postal, which is due to be installed in the Debian FTP archive:
postal_0.67-0.1.dsc
to pool/main/p/postal/postal_0.67-0.1.dsc
postal_0.67-0.1.tar.gz
to pool/main/p/postal/postal_0.67-0.1.tar.gz
postal_0.67-0.1_ia64.deb
to pool/main/p/postal/postal_0.67-0.1_ia64.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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated postal 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: Sun, 16 Mar 2008 23:48:44 +0000
Source: postal
Binary: postal
Architecture: source ia64
Version: 0.67-0.1
Distribution: unstable
Urgency: medium
Maintainer: Russell Coker <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description:
postal - SMTP benchmark - the mad postman.
Closes: 417480
Changes:
postal (0.67-0.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with gcc-4.3. Thanks to MArtin Michlmayr. Closes: #417480
Files:
2e13623f6ed1fcacf0fec339657078b0 501 utils optional postal_0.67-0.1.dsc
94205b2fc523d1da7000ef8d1f46403f 100518 utils optional postal_0.67-0.1.tar.gz
ba5c67f10094eab1a76d8e14b2dfa172 118830 utils optional postal_0.67-0.1_ia64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFH3bLTmdOZoew2oYURAjR4AJ9cXus85CfEaT+CSjZ6iumSKE5rCQCfSSgf
vGZzBsZGDW4Fbzn35YMd/KY=
=J0zo
-----END PGP SIGNATURE-----
--- End Message ---