Your message dated Tue, 09 Aug 2005 13:32:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#297314: fixed in heroes 0.21-5 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Feb 2005 15:16:41 +0000 >From [EMAIL PROTECTED] Mon Feb 28 07:16:41 2005 Return-path: <[EMAIL PROTECTED]> Received: from c204041.adsl.hansenet.de (localhost.localdomain) [213.39.204.41] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D5mdU-00028S-00; Mon, 28 Feb 2005 07:16:40 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1D5nZo-00032x-Uh; Mon, 28 Feb 2005 17:16:56 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: heroes: FTBFS (amd64/gcc-4.0): static declaration of 'tile_set_img' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Mon, 28 Feb 2005 17:16:56 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: heroes Severity: normal Tags: patch When building 'heroes' on amd64 with gcc-4.0, I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../intl -I./lvl -I./media -I./sys -I.. -I. -DNDEBUG -g -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -c -o hedlite.o `test -f hedlite.c || echo './'`hedlite.c In file included from hedlite.c:30: pcx.h:42: warning: 'packed' attribute ignored hedlite.c:48: error: static declaration of 'tile_set_img' follows non-static declaration const.h:51: error: previous declaration of 'tile_set_img' was here make[4]: *** [hedlite.o] Error 1 make[4]: Leaving directory `/heroes-0.21/src' With the attached patch 'heroes' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/heroes-0.21/src/hedlite.c ./src/hedlite.c --- ../tmp-orig/heroes-0.21/src/hedlite.c 2002-02-06 22:49:44.000000000 +0100 +++ ./src/hedlite.c 2005-02-28 17:08:25.834003259 +0100 @@ -45,6 +45,7 @@ #include "dirname.h" static a_pcx_image heditrsc; +#define tile_set_img tile_set_img_hedlite static a_pcx_image tile_set_img; unsigned short int xdalles = 0; --------------------------------------- Received: (at 297314-close) by bugs.debian.org; 9 Aug 2005 20:49:11 +0000 >From [EMAIL PROTECTED] Tue Aug 09 13:49:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E2all-0003zj-00; Tue, 09 Aug 2005 13:32:17 -0700 From: Daniel Burrows <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#297314: fixed in heroes 0.21-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 09 Aug 2005 13:32:17 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: heroes Source-Version: 0.21-5 We believe that the bug you reported is fixed in the latest version of heroes, which is due to be installed in the Debian FTP archive: heroes-common_0.21-5_i386.deb to pool/main/h/heroes/heroes-common_0.21-5_i386.deb heroes-ggi_0.21-5_i386.deb to pool/main/h/heroes/heroes-ggi_0.21-5_i386.deb heroes-sdl_0.21-5_i386.deb to pool/main/h/heroes/heroes-sdl_0.21-5_i386.deb heroes_0.21-5.diff.gz to pool/main/h/heroes/heroes_0.21-5.diff.gz heroes_0.21-5.dsc to pool/main/h/heroes/heroes_0.21-5.dsc 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. Daniel Burrows <[EMAIL PROTECTED]> (supplier of updated heroes 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, 9 Aug 2005 09:40:27 -0700 Source: heroes Binary: heroes-sdl heroes-common heroes-ggi Architecture: source i386 Version: 0.21-5 Distribution: unstable Urgency: low Maintainer: Daniel Burrows <[EMAIL PROTECTED]> Changed-By: Daniel Burrows <[EMAIL PROTECTED]> Description: heroes-common - Collect powerups and avoid your opponents' trails heroes-ggi - Collect powerups and avoid your opponents' trails heroes-sdl - Collect powerups and avoid your opponents' trails Closes: 235714 297314 314046 Changes: heroes (0.21-5) unstable; urgency=low . * Acknowledge 4.1 NMU (Closes: #235714). * Add autogen and help2man to Build-Dependencies. * Force regeneration of the manpages. * Patch for g++-4.0 FTBFS (Closes: #297314). * Apply patch from Jens Seidel to de.po (Closes: #314046). * Explicitly call the GGI and/or SDL version of heroes in the corresponding menu file. * Policy/lintian updates: - Honor DEB_BUILD_OPTIONS=noopt - Quote strings in menu files - Don't mention sh in build-dep specifications - In fact, drop all arch exclusions for the time being to see whether they're really needed. - Fix deprecated chown invocations (root.games -> root:games). - Move menu icons to /usr/share/pixmaps. * Bump Standards-Version to 3.6.2.0. Files: e20173b09605a7d039e46f18a3a6b1ec 714 games optional heroes_0.21-5.dsc 229b3761512ec0d0b4810051b4f6a31e 102565 games optional heroes_0.21-5.diff.gz 61bdc790fdd306c8e564bf5ce20b7703 119086 games optional heroes-ggi_0.21-5_i386.deb d10dce9398add0febac0839a864ae957 115178 games optional heroes-sdl_0.21-5_i386.deb f80e18def15e399bdb92677f590cc35c 124464 games optional heroes-common_0.21-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC+Po8ch6xsM7kSXgRAkxsAJoDSiq90jUsvgsXSV5oOy+r+QdW/QCdFOwZ YROvsu8MRiqf0rkbkm0TxNc= =N6tq -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]