Your message dated Thu, 09 Aug 2007 08:32:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417225: fixed in hoichess 0.9.0-1
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: hoichess
Version: 0.8.0-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 hoichess_0.8.0-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -Wall -g -O2 -DHAVE_PTHREAD -DHAVE_READLINE -DHOICHESS -I. -Ichess -c -o 
> .build-unix/.hoichess/evalcache.o evalcache.cc
> evalcache.cc: In constructor 'EvaluationCache::EvaluationCache(long unsigned 
> int)':
> evalcache.cc:35: error: 'INT_MIN' was not declared in this scope
> evalcache.cc: In member function 'void EvaluationCache::clear()':
> evalcache.cc:52: error: 'INT_MIN' was not declared in this scope
> evalcache.cc: In member function 'bool EvaluationCache::put(const Board&, 
> int)':
> evalcache.cc:65: error: 'INT_MIN' was not declared in this scope
> evalcache.cc: In member function 'bool EvaluationCache::probe(const Board&, 
> int*)':
> evalcache.cc:84: error: 'INT_MIN' was not declared in this scope
> make[3]: *** [.build-unix/.hoichess/evalcache.o] Error 1

--- src/evalcache.cc~   2007-04-01 20:55:41.000000000 +0000
+++ src/evalcache.cc    2007-04-01 20:55:47.000000000 +0000
@@ -24,6 +24,7 @@
 #include "common.h"
 #include "evalcache.h"
 
+#include <climits>
 
 EvaluationCache::EvaluationCache(unsigned long size)
 {

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


--- End Message ---
--- Begin Message ---
Source: hoichess
Source-Version: 0.9.0-1

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

hoichess_0.9.0-1.diff.gz
  to pool/main/h/hoichess/hoichess_0.9.0-1.diff.gz
hoichess_0.9.0-1.dsc
  to pool/main/h/hoichess/hoichess_0.9.0-1.dsc
hoichess_0.9.0-1_amd64.deb
  to pool/main/h/hoichess/hoichess_0.9.0-1_amd64.deb
hoichess_0.9.0.orig.tar.gz
  to pool/main/h/hoichess/hoichess_0.9.0.orig.tar.gz



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.
Oliver Korff <[EMAIL PROTECTED]> (supplier of updated hoichess 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: Thu, 21 Jun 2007 13:35:24 +0200
Source: hoichess
Binary: hoichess
Architecture: source amd64
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Oliver Korff <[EMAIL PROTECTED]>
Changed-By: Oliver Korff <[EMAIL PROTECTED]>
Description: 
 hoichess   - xboard compatible chess engine to play chess with
Closes: 417225
Changes: 
 hoichess (0.9.0-1) unstable; urgency=low
 .
   * New upstream version 0.9.0
   * Upstream Author added gcc-4.3 includes Closes: #417225
   * removed checklib dependency libm.so.6
Files: 
 34d3254f325773931a422e2bcd809d6c 576 games optional hoichess_0.9.0-1.dsc
 a7722f8e9b66c144f96ad39aca5c47d0 144497 games optional 
hoichess_0.9.0.orig.tar.gz
 4a45ef97b0691bee52fbc0238d32be73 2713 games optional hoichess_0.9.0-1.diff.gz
 8ea118ec129ba9020799b0bf8a14d995 237748 games optional 
hoichess_0.9.0-1_amd64.deb

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

iD8DBQFGusah9/DnDzB9Vu0RAsPwAJwKGzA2uaswgk9/apMPgpZf08Q2TgCcDYya
Bjy4XAuELVVPdxUq1TFTlQ8=
=2l/j
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to