Your message dated Tue, 12 Jun 2007 00:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417099: fixed in arkrpg 0.1.4b-10
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: arkrpg
Version: 0.1.4b-9
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 arkrpg_0.1.4b-9 on coconut0 by sbuild/ia64 0.49
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -Wall -fno-exceptions -g -O0 
> -c ArkFontBitmap.cpp  -fPIC -DPIC -o .libs/ArkFontBitmap.o
> ArkFontBitmap.cpp: In function 'uchar Ark::HexToInt(char, char)':
> ArkFontBitmap.cpp:55: error: 'strtol' was not declared in this scope
> make[3]: *** [ArkFontBitmap.lo] Error 1
> make[3]: Leaving directory `/build/tbm/arkrpg-0.1.4b/Ark'


--- Ark/ArkFontBitmap.cpp~      2007-04-01 15:09:30.000000000 +0000
+++ Ark/ArkFontBitmap.cpp       2007-04-01 15:09:42.000000000 +0000
@@ -25,7 +25,7 @@
 #include <Ark/ArkLexer.h>
 #include <Ark/ArkSystem.h>
 
-#include <cctype>
+#include <cstdlib>
 
 #include "math.h"
 

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


--- End Message ---
--- Begin Message ---
Source: arkrpg
Source-Version: 0.1.4b-10

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

arkrpg_0.1.4b-10.diff.gz
  to pool/main/a/arkrpg/arkrpg_0.1.4b-10.diff.gz
arkrpg_0.1.4b-10.dsc
  to pool/main/a/arkrpg/arkrpg_0.1.4b-10.dsc
arkrpg_0.1.4b-10_i386.deb
  to pool/main/a/arkrpg/arkrpg_0.1.4b-10_i386.deb
libarkrpg-dev_0.1.4b-10_i386.deb
  to pool/main/a/arkrpg/libarkrpg-dev_0.1.4b-10_i386.deb
libarkrpg0c2a_0.1.4b-10_i386.deb
  to pool/main/a/arkrpg/libarkrpg0c2a_0.1.4b-10_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.
Marc Dequènes (Duck) <[EMAIL PROTECTED]> (supplier of updated arkrpg 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: Tue, 12 Jun 2007 01:36:03 +0200
Source: arkrpg
Binary: libarkrpg-dev libarkrpg0c2a arkrpg
Architecture: source i386
Version: 0.1.4b-10
Distribution: unstable
Urgency: low
Maintainer: Marc Dequènes (Duck) <[EMAIL PROTECTED]>
Changed-By: Marc Dequènes (Duck) <[EMAIL PROTECTED]>
Description: 
 arkrpg     - roleplaying kernel
 libarkrpg-dev - development headers for Arkrpg
 libarkrpg0c2a - shared libraries for Arkrpg
Closes: 417099
Changes: 
 arkrpg (0.1.4b-10) unstable; urgency=low
 .
   * Switched to Debhelper compat level 5.
   * Increased Standards-Version (no changes).
   * Switched to quilt patch system.
   * Applied patch from Martin Michlmayr fixing missing includes breaking
     build with gcc-4.3 (Closes: #417099).
   * Replaced deprecated ${Source-Version} with ${source:Version} in
     control file.
Files: 
 7b0d6966e52d4c40dfa5692eb5583bd3 837 games optional arkrpg_0.1.4b-10.dsc
 1017e738e0868a4b1f5cf99f04247fa1 385616 games optional arkrpg_0.1.4b-10.diff.gz
 92f2dbd96fa15a1e7856e15288d26725 651448 libs optional 
libarkrpg0c2a_0.1.4b-10_i386.deb
 e674e6416ccfd9f95b1315e7d3c3775b 806958 libdevel optional 
libarkrpg-dev_0.1.4b-10_i386.deb
 803b08345e652f0433f3677f55949c67 81810 games optional arkrpg_0.1.4b-10_i386.deb

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

iD8DBQFGbd5msczZcpAmcIYRAoS3AJ0Wn6954fZXvhcoQoz8x/arcV64XgCfXTR5
hPV5O7NZvf8CovPTEBnl2Pg=
=E9Wm
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to