Your message dated Wed, 28 Sep 2005 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298438: fixed in crossfire-client 1.8.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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Mar 2005 14:46:58 +0000
>From [EMAIL PROTECTED] Mon Mar 07 06:46:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D8JVa-0000vN-00; Mon, 07 Mar 2005 06:46:58 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D8KRu-0004iX-NN; Mon, 07 Mar 2005 16:47:14 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: crossfire-client: FTBFS (amd64/gcc-4.0): static declaration of 
'gtkwin_config' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 07 Mar 2005 16:47:14 +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: crossfire-client
Severity: normal
Tags: patch

When building 'crossfire-client' on amd64 with gcc-4.0,
I get the following error:

if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../common -I../pixmaps 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include    
-DDATADIR=\"/usr/share\" -DBINDIR=\"/usr/games\" -g -Wall -O2 -MT 
gcfclient-config.o -MD -MP -MF ".deps/gcfclient-config.Tpo" -c -o 
gcfclient-config.o `test -f 'config.c' || echo './'`config.c; \
then mv -f ".deps/gcfclient-config.Tpo" ".deps/gcfclient-config.Po"; else rm -f 
".deps/gcfclient-config.Tpo"; exit 1; fi
config.c:120: error: static declaration of 'gtkwin_config' follows non-static 
declaration
gx11.h:66: error: previous declaration of 'gtkwin_config' was here
make[3]: *** [gcfclient-config.o] Error 1
make[3]: Leaving directory `/crossfire-client-1.7.0/gtk'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/crossfire-client-1.7.0/gtk/config.c ./gtk/config.c
--- ../tmp-orig/crossfire-client-1.7.0/gtk/config.c     2004-04-19 
08:35:11.000000000 +0200
+++ ./gtk/config.c      2005-03-07 16:38:06.582593724 +0100
@@ -117,6 +117,7 @@
     char       *label;
 } CButtons;
 
+#define gtkwin_config gtkwin_config_local
 static GtkWidget *gtkwin_config = NULL,            /* main window */
     *faceset_combo;                        /* Combo box for faceset selection 
*/
 

---------------------------------------
Received: (at 298438-close) by bugs.debian.org; 28 Sep 2005 14:50:47 +0000
>From [EMAIL PROTECTED] Wed Sep 28 07:50:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EKdD7-0007dR-00; Wed, 28 Sep 2005 07:47:05 -0700
From: Kari Pahula <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#298438: fixed in crossfire-client 1.8.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Sep 2005 07:47:05 -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: crossfire-client
Source-Version: 1.8.0-1

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

crossfire-client-gtk_1.8.0-1_i386.deb
  to pool/main/c/crossfire-client/crossfire-client-gtk_1.8.0-1_i386.deb
crossfire-client-x11_1.8.0-1_i386.deb
  to pool/main/c/crossfire-client/crossfire-client-x11_1.8.0-1_i386.deb
crossfire-client_1.8.0-1.diff.gz
  to pool/main/c/crossfire-client/crossfire-client_1.8.0-1.diff.gz
crossfire-client_1.8.0-1.dsc
  to pool/main/c/crossfire-client/crossfire-client_1.8.0-1.dsc
crossfire-client_1.8.0-1_i386.deb
  to pool/main/c/crossfire-client/crossfire-client_1.8.0-1_i386.deb
crossfire-client_1.8.0.orig.tar.gz
  to pool/main/c/crossfire-client/crossfire-client_1.8.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.
Kari Pahula <[EMAIL PROTECTED]> (supplier of updated crossfire-client 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: Sat, 20 Aug 2005 23:46:35 +0300
Source: crossfire-client
Binary: crossfire-client-gtk crossfire-client-x11 crossfire-client
Architecture: source i386
Version: 1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula <[EMAIL PROTECTED]>
Changed-By: Kari Pahula <[EMAIL PROTECTED]>
Description: 
 crossfire-client - Base Client of the game Crossfire
 crossfire-client-gtk - GTK Client of the game Crossfire
 crossfire-client-x11 - XLib Client of the game Crossfire
Closes: 298438
Changes: 
 crossfire-client (1.8.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #298438)
   * New maintainer
   * Set datadir to /usr/share/games and sounddir to
     /usr/share/games/crossfire/sounds.
Files: 
 856d0bd99632d4345692da911270b2f9 796 games optional 
crossfire-client_1.8.0-1.dsc
 3198bb5ad0e85ca7d8dcdd812bdf4c2f 663735 games optional 
crossfire-client_1.8.0.orig.tar.gz
 d599c2181cb6ab7c530fc1f4662294b4 22220 games optional 
crossfire-client_1.8.0-1.diff.gz
 6169358b066ffb14d9dfb1c5bcf8a75f 61034 games optional 
crossfire-client_1.8.0-1_i386.deb
 7a105ffffa3b2b98253efcf0f90937bb 126224 games optional 
crossfire-client-x11_1.8.0-1_i386.deb
 4b8504b4717399cb0489cbb2c2fdc790 275910 games optional 
crossfire-client-gtk_1.8.0-1_i386.deb

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

iD8DBQFDOqVFNFDtUT/MKpARAsSLAJ9hEHiOt5gDH7wdce3HW+SZIcjn/gCggdFL
YQVJvD4BuGS+MYt2hKiCzWg=
=oQm5
-----END PGP SIGNATURE-----


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

Reply via email to