Your message dated Sun, 09 Mar 2008 17:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417159: fixed in dosbox 0.72-1.1
has caused the Debian Bug report #417159,
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.)


-- 
417159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417159
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dosbox
Version: 0.65-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 dosbox_0.65-1 on coconut0 by sbuild/ia64 0.49
...
> cpu.cpp:1957: warning: deprecated conversion from string constant to 'char*'
> cpu.cpp:1957: warning: deprecated conversion from string constant to 'char*'
> cpu.cpp: In member function 'virtual bool CPU::Change_Config(Section*)':
> cpu.cpp:1970: error: 'atoi' was not declared in this scope
> cpu.cpp:1990: warning: deprecated conversion from string constant to 'char*'
> make[5]: *** [cpu.o] Error 1
> make[5]: Leaving directory `/build/tbm/dosbox-0.65/src/cpu'

--- src/cpu/cpu.cpp~    2007-04-01 17:42:02.000000000 +0000
+++ src/cpu/cpu.cpp     2007-04-01 17:42:10.000000000 +0000
@@ -18,6 +18,7 @@
 
 /* $Id: cpu.cpp,v 1.79 2006/02/26 16:11:00 qbix79 Exp $ */
 
+#include <cstdlib>
 #include <assert.h>
 #include "dosbox.h"
 #include "cpu.h"

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


--- End Message ---
--- Begin Message ---
Source: dosbox
Source-Version: 0.72-1.1

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

dosbox_0.72-1.1.diff.gz
  to pool/main/d/dosbox/dosbox_0.72-1.1.diff.gz
dosbox_0.72-1.1.dsc
  to pool/main/d/dosbox/dosbox_0.72-1.1.dsc
dosbox_0.72-1.1_i386.deb
  to pool/main/d/dosbox/dosbox_0.72-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.
James Vega <[EMAIL PROTECTED]> (supplier of updated dosbox 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 12:35:53 -0400
Source: dosbox
Binary: dosbox
Architecture: source i386
Version: 0.72-1.1
Distribution: unstable
Urgency: low
Maintainer: Peter Veenstra <[EMAIL PROTECTED]>
Changed-By: James Vega <[EMAIL PROTECTED]>
Description: 
 dosbox     - A x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound a
Closes: 417159
Changes: 
 dosbox (0.72-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New patch which explicitly includes required headers to fix FTBFS with
     gcc-4.3.  Thanks to Joost Damad for the patch.  (Closes: #417159)
Files: 
 9e5ec05ebe19778c7c84411e821be534 730 otherosfs optional dosbox_0.72-1.1.dsc
 f8099eac1a9040940c349f60e575c7e6 16209 otherosfs optional 
dosbox_0.72-1.1.diff.gz
 0422de36ef04bfa4e03f5aca74f21f9b 660298 otherosfs optional 
dosbox_0.72-1.1_i386.deb

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

iEYEARECAAYFAkfUF5AACgkQDb3UpmEybUAYFQCffWsowVXIbbsN50yxXLpHaxaG
NTEAn1rFodPRwa+/x6gOAwev8rOL2ImG
=GT/w
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to