Your message dated Sun, 09 Mar 2008 17:17:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417425: fixed in maildir-bulletin 0.68-0.1
has caused the Debian Bug report #417425,
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.)
--
417425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417425
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: maildir-bulletin
Version: 0.68
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 maildir-bulletin_0.68 on coconut0 by sbuild/ia64 0.49
...
> c++ -O2 -g -Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings
> -Wcast-qual -Woverloaded-virtual -pedantic -ffor-scope
> '-DHOMEDIR="/var/lib/maildir-bulletin"' mb_util.o -o maildir-bulletin
> maildir-bulletin.cpp -lstdc++
> maildir-bulletin.cpp: In function 'void usage()':
> maildir-bulletin.cpp:49: error: 'exit' was not declared in this scope
> maildir-bulletin.cpp: In function 'int main(int, char**)':
> maildir-bulletin.cpp:199: error: 'free' was not declared in this scope
--- maildir-bulletin.cpp~ 2007-04-02 18:45:18.000000000 +0000
+++ maildir-bulletin.cpp 2007-04-02 18:45:31.000000000 +0000
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string>
#include <strings.h>
#include <string.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: maildir-bulletin
Source-Version: 0.68-0.1
We believe that the bug you reported is fixed in the latest version of
maildir-bulletin, which is due to be installed in the Debian FTP archive:
maildir-bulletin_0.68-0.1.dsc
to pool/main/m/maildir-bulletin/maildir-bulletin_0.68-0.1.dsc
maildir-bulletin_0.68-0.1.tar.gz
to pool/main/m/maildir-bulletin/maildir-bulletin_0.68-0.1.tar.gz
maildir-bulletin_0.68-0.1_i386.deb
to pool/main/m/maildir-bulletin/maildir-bulletin_0.68-0.1_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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated maildir-bulletin 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, 09 Mar 2008 17:08:07 +0000
Source: maildir-bulletin
Binary: maildir-bulletin
Architecture: source i386
Version: 0.68-0.1
Distribution: unstable
Urgency: medium
Maintainer: Russell Coker <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
maildir-bulletin - Deliver bulletins directly to the users' Maildir.
Closes: 417425
Changes:
maildir-bulletin (0.68-0.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417425).
Files:
6f8307e692fbab94c8fc7b8afde68ab7 515 mail optional
maildir-bulletin_0.68-0.1.dsc
a04fb1edad157501a7ce12854a575811 26606 mail optional
maildir-bulletin_0.68-0.1.tar.gz
f39e2171ac323a0bc759cb0cc750d640 19168 mail optional
maildir-bulletin_0.68-0.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1Bn65UTeB5t8Mo0RAv1FAKCK0q5WTFJht8wYptO+aUpdz5aVUwCeLdts
Rk8qV4VmvzSfCtSyGBfTiCs=
=DDso
-----END PGP SIGNATURE-----
--- End Message ---