Your message dated Sat, 08 Mar 2008 22:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417126: fixed in buffy 0.11.3-1.1
has caused the Debian Bug report #417126,
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.)


-- 
417126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417126
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: buffy
Version: 0.11.3-1
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 from unstable.

> Automatic build of buffy_0.11.3-1 on em64t by sbuild/amd64 0.53
...
> Environment.cc:103: warning: missing sentinel in function call
> Environment.cc:109: error: 'exit' was not declared in this scope
> Environment.cc: In function 'void fatal_error(const char*, ...)':
> Environment.cc:122: error: 'exit' was not declared in this scope
> make[3]: *** [buffy-Environment.o] Error 1
> make[3]: Leaving directory `/build/tbm/buffy-0.11.3/src'


--- Environment.cc~     2007-04-01 16:26:55.000000000 +0000
+++ Environment.cc      2007-04-01 16:27:04.000000000 +0000
@@ -5,6 +5,7 @@
 #include "Environment.h"
 #include <wibble/exception.h>
 
+#include <cstdlib>
 #include <sys/types.h>  // fork, stat, utimes
 #include <unistd.h>     // fork, execl, isatty, pipe
 #include <sys/stat.h>   // stat


Unfortunately we still fail with:

/usr/lib/gcc-snapshot/bin/g++ -DHAVE_CONFIG_H -I. -I. -I..  -DPNG_NO_MMX_CODE 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include 
-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
-I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 
-I/usr/include/atkmm-1.6   -I/usr/include/libxml++-2.6 -I/usr/include/libxml2 
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I/usr/include/boost-1_33_1/   
-I/usr/include/boost-1_33_1/     -g -Wall -O2 -Wall -c -o buffy-Environment.o 
`test -f 'Environment.cc' || echo './'`Environment.cc
In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:23,
                 from Environment.h:6,
                 from Environment.cc:5:
/usr/include/sigc++-2.0/sigc++/signal.h:1675: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil> > sigc::signal0<T_return, 
T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, sigc::nil, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:1784: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil> > sigc::signal1<T_return, T_arg1, 
T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:1895: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil> > sigc::signal2<T_return, T_arg1, 
T_arg2, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:2008: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, 
sigc::nil, sigc::nil, sigc::nil> > sigc::signal3<T_return, T_arg1, T_arg2, 
T_arg3, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:2123: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, 
sigc::nil, sigc::nil, sigc::nil> > sigc::signal4<T_return, T_arg1, T_arg2, 
T_arg3, T_arg4, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:2240: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, 
T_arg5, sigc::nil, sigc::nil> > sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, 
T_arg4, T_arg5, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:2359: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, 
T_arg5, T_arg6, sigc::nil> > sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, 
T_arg4, T_arg5, T_arg6, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil> >'
/usr/include/sigc++-2.0/sigc++/signal.h:2480: error: declaration of 'typedef 
struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, 
T_arg5, T_arg6, T_arg7> > sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, 
T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::slot_list'
/usr/include/sigc++-2.0/sigc++/signal.h:168: error: changes meaning of 
'slot_list' from 'struct sigc::slot_list<sigc::slot<T_return, T_arg1, T_arg2, 
T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> >'
Environment.cc: In member function 'void Environment::spawnCommand(const 
std::string&)':
Environment.cc:104: warning: missing sentinel in function call
make: *** [buffy-Environment.o] Error 1

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


--- End Message ---
--- Begin Message ---
Source: buffy
Source-Version: 0.11.3-1.1

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

buffy_0.11.3-1.1.diff.gz
  to pool/main/b/buffy/buffy_0.11.3-1.1.diff.gz
buffy_0.11.3-1.1.dsc
  to pool/main/b/buffy/buffy_0.11.3-1.1.dsc
buffy_0.11.3-1.1_i386.deb
  to pool/main/b/buffy/buffy_0.11.3-1.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 buffy 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, 08 Mar 2008 21:53:25 +0000
Source: buffy
Binary: buffy
Architecture: source i386
Version: 0.11.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Enrico Zini <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 buffy      - Heavy duty browser for mail folders
Closes: 417126
Changes: 
 buffy (0.11.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417126).
Files: 
 ae2bc1a4611ecb00b1e1c695b0abcef5 802 mail optional buffy_0.11.3-1.1.dsc
 0b27f321cfac3bc53f250d7d689d56c4 385 mail optional buffy_0.11.3-1.1.diff.gz
 3c5630a4aa1be622c76b45e67f3a36bb 210962 mail optional buffy_0.11.3-1.1_i386.deb

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

iD8DBQFH0wvu5UTeB5t8Mo0RAl85AJ9SERgzxG/pnqqvcmSuOIA1N3VEWwCaApP9
Pade3g+CZWpOIBYIp6G9zTw=
=8laT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to