Your message dated Sat, 15 Mar 2008 16:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417698: fixed in source-highlight 2.4-5.2
has caused the Debian Bug report #417698,
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.)


-- 
417698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417698
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: source-highlight
Version: 2.4-5
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. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of source-highlight_2.4-5 on em64t by sbuild/amd64 0.53
...
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src    -g -O2 
> -MT fileutil.o -MD -MP -MF ".deps/fileutil.Tpo" -c -o fileutil.o fileutil.cc; 
> \
>       then mv -f ".deps/fileutil.Tpo" ".deps/fileutil.Po"; else rm -f 
> ".deps/fileutil.Tpo"; exit 1; fi
> fileutil.cc: In function 'void file_error(const std::string&, const 
> std::string&)':
> fileutil.cc:83: error: 'exit' was not declared in this scope
> fileutil.cc: In function 'void internal_error(const std::string&)':
> fileutil.cc:90: error: 'exit' was not declared in this scope
> fileutil.cc: In function 'void reopen_stdin(const std::string&)':
> fileutil.cc:188: error: 'exit' was not declared in this scope
> make[5]: *** [fileutil.o] Error 1

--- src/lib/fileutil.cc~        2007-04-04 11:05:11.000000000 +0000
+++ src/lib/fileutil.cc 2007-04-04 11:05:19.000000000 +0000
@@ -17,6 +17,7 @@
  *
  */
 
+#include <cstdlib>
 #include <iostream>
 #include <fstream>
 

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


--- End Message ---
--- Begin Message ---
Source: source-highlight
Source-Version: 2.4-5.2

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

source-highlight_2.4-5.2.diff.gz
  to pool/main/s/source-highlight/source-highlight_2.4-5.2.diff.gz
source-highlight_2.4-5.2.dsc
  to pool/main/s/source-highlight/source-highlight_2.4-5.2.dsc
source-highlight_2.4-5.2_i386.deb
  to pool/main/s/source-highlight/source-highlight_2.4-5.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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated source-highlight 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, 15 Mar 2008 16:06:22 +0000
Source: source-highlight
Binary: source-highlight
Architecture: source i386
Version: 2.4-5.2
Distribution: unstable
Urgency: medium
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 source-highlight - convert source code to syntax highlighted document
Closes: 417698
Changes: 
 source-highlight (2.4-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417698).
Files: 
 1f60c8d6be239705019216ac8b40262c 651 devel optional 
source-highlight_2.4-5.2.dsc
 43959fc4cf7b9b28d1d50d999642e0e8 168140 devel optional 
source-highlight_2.4-5.2.diff.gz
 fbcb80cccece9d3c6dd54bec0157854a 395412 devel optional 
source-highlight_2.4-5.2_i386.deb

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

iD8DBQFH2/Uk5UTeB5t8Mo0RAr4UAKCHRhjrNs2ERtavlz2IeaTaVfEFwwCbB5Ah
ukS32WtZJdQvcLenOem3wl0=
=Ely6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to