Your message dated Wed, 18 Jan 2006 16:48:50 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314816: fixed in schism 0.2a-3
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; 18 Jun 2005 17:41:50 +0000
>From [EMAIL PROTECTED] Sat Jun 18 10:41:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c225155.adsl.hansenet.de (localhost.localdomain) 
[213.39.225.155] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DjhKH-0000zB-00; Sat, 18 Jun 2005 10:41:49 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DjhKG-0004nH-15; Sat, 18 Jun 2005 19:41:48 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: schism: FTBFS (amd64/gcc-4.0): static declaration of 'charcache' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 18 Jun 2005 19:41:48 +0200
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: schism
Version: 0.2a-2
Severity: normal
Tags: patch

When building 'schism' on amd64/unstable with gcc-4.0,
I get the following error:

x86_64-linux-gcc  -Wall -g -O2   -o bin2h  bin2h.o util.o  
rm -f ./default-font.h
echo '/* this file should only be included by draw-char.c */'      > 
default-font.h
./bin2h -n font_default_lower     ./default-lower.fnt     >> default-font.h
./bin2h -n font_default_upper_itf ./default-upper-itf.fnt >> default-font.h
./bin2h -n font_default_upper_alt ./default-upper-alt.fnt >> default-font.h
./bin2h -n font_half_width        ./half-width.fnt        >> default-font.h
if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I./include 
-I./libmodplug -I. -I/usr/include/SDL -D_REENTRANT    -Wall -g -O2 -MT 
draw-char.o -MD -MP -MF ".deps/draw-char.Tpo" -c -o draw-char.o draw-char.c; \
then mv -f ".deps/draw-char.Tpo" ".deps/draw-char.Po"; else rm -f 
".deps/draw-char.Tpo"; exit 1; fi
draw-char.c:63: error: static declaration of 'charcache' follows non-static 
declaration
./include/it.h:163: error: previous declaration of 'charcache' was here
make[4]: *** [draw-char.o] Error 1
make[4]: Leaving directory `/schism-0.2a/src'

With the attached patch 'schism' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/schism-0.2a/src/draw-char.c ./src/draw-char.c
--- ../tmp-orig/schism-0.2a/src/draw-char.c     2005-05-07 05:14:45.000000000 
+0200
+++ ./src/draw-char.c   2005-06-18 19:35:16.000000000 +0200
@@ -60,7 +60,7 @@
 /* globals */
 
 byte *font_data = font_normal; /* this only needs to be global for itf */
-static SDL_Surface **charcache = cache_normal;
+SDL_Surface **charcache = cache_normal;
 
 /* int font_width = 8, font_height = 8; */
 

---------------------------------------
Received: (at 314816-close) by bugs.debian.org; 19 Jan 2006 00:53:10 +0000
>From [EMAIL PROTECTED] Wed Jan 18 16:53:10 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EzNys-00082p-1Q; Wed, 18 Jan 2006 16:48:50 -0800
From: Simon Richter <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#314816: fixed in schism 0.2a-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 18 Jan 2006 16:48:50 -0800
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: schism
Source-Version: 0.2a-3

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

schism_0.2a-3.diff.gz
  to pool/main/s/schism/schism_0.2a-3.diff.gz
schism_0.2a-3.dsc
  to pool/main/s/schism/schism_0.2a-3.dsc
schism_0.2a-3_powerpc.deb
  to pool/main/s/schism/schism_0.2a-3_powerpc.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.
Simon Richter <[EMAIL PROTECTED]> (supplier of updated schism 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, 19 Jan 2006 01:25:37 +0100
Source: schism
Binary: schism
Architecture: source powerpc
Version: 0.2a-3
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <[EMAIL PROTECTED]>
Changed-By: Simon Richter <[EMAIL PROTECTED]>
Description: 
 schism     - ImpulseTracker clone aiming at providing the same look&feel
Closes: 314816
Changes: 
 schism (0.2a-3) unstable; urgency=low
 .
   * Build with gcc 4.0+ fixed (Closes: #314816)
Files: 
 42bbcfd18572e3d98720517ab0b55211 700 sound optional schism_0.2a-3.dsc
 2533b991ff546552a641b3beb3eeeefa 15681 sound optional schism_0.2a-3.diff.gz
 2ef94e257b99649f796a94e1018e194d 232866 sound optional 
schism_0.2a-3_powerpc.deb

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

iQCVAwUBQ87eklYr4CN7gCINAQK+nwP9EKy1syAColUhIXJTa23DPaa+xSq7YhtZ
kY9F+yIvxI40o61kREVAWtrw/2HiZcsN2A1ZbaQDObw0ig8trNNTMGCEPaD8uWqX
2vtdUxl/eAJeZfgxwPbYY/BYUlLcGUC145wDNYlMO5fkLtbgyJJXYhTKg4pLCcMl
C164jzenhAU=
=m9rQ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to