Your message dated Tue, 01 Nov 2005 14:34:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300291: fixed in rockdodger 0.6.0a-4
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 Mar 2005 19:38:40 +0000
>From [EMAIL PROTECTED] Fri Mar 18 11:38:40 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 1DCNIt-0004Zo-00; Fri, 18 Mar 2005 11:38:39 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCNIs-0001Nz-I4; Fri, 18 Mar 2005 20:38:38 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: rockdodger: FTBFS (amd64/gcc-4.0): array type has incomplete element 
type
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 18 Mar 2005 20:38:38 +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: rockdodger
Severity: normal
Tags: patch

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

cc -g -O2 -Wall `sdl-config --cflags` -DVERSION=\"0.6.0a-debian\" 
-DCOMPILEDATE=\"18/11/02\"   -c -o main.o main.c
main.c:209: error: array type has incomplete element type

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/rockdodger-0.6.0a/main.c ./main.c
--- ../tmp-orig/rockdodger-0.6.0a/main.c        2005-03-18 20:32:28.296465223 
+0100
+++ ./main.c    2005-03-18 20:32:23.625389729 +0100
@@ -206,7 +206,6 @@
 struct bangdots bdot[MAX_BANG_DOTS], *bdotptr=bdot;
 struct spacedot sdot[MAX_SPACE_DOTS];
 
-struct greeble greeb[MAX_GREEBLES];
 struct greeble {
     int active;
     float x,y; // When landed, these represent an offset from the host rock
@@ -214,6 +213,7 @@
     int landed;
     int boredom; // Goes up while landed
 };
+struct greeble greeb[MAX_GREEBLES];
 // }}}
 
 void init_greeblies() {

---------------------------------------
Received: (at 300291-close) by bugs.debian.org; 1 Nov 2005 22:38:52 +0000
>From [EMAIL PROTECTED] Tue Nov 01 14:38:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EX4ht-0003kQ-00; Tue, 01 Nov 2005 14:34:17 -0800
From: Andreas Bombe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300291: fixed in rockdodger 0.6.0a-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Nov 2005 14:34:17 -0800
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: rockdodger
Source-Version: 0.6.0a-4

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

rockdodger_0.6.0a-4.diff.gz
  to pool/main/r/rockdodger/rockdodger_0.6.0a-4.diff.gz
rockdodger_0.6.0a-4.dsc
  to pool/main/r/rockdodger/rockdodger_0.6.0a-4.dsc
rockdodger_0.6.0a-4_i386.deb
  to pool/main/r/rockdodger/rockdodger_0.6.0a-4_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.
Andreas Bombe <[EMAIL PROTECTED]> (supplier of updated rockdodger 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, 01 Nov 2005 21:03:17 +0100
Source: rockdodger
Binary: rockdodger
Architecture: source i386
Version: 0.6.0a-4
Distribution: unstable
Urgency: low
Maintainer: Andreas Bombe <[EMAIL PROTECTED]>
Changed-By: Andreas Bombe <[EMAIL PROTECTED]>
Description: 
 rockdodger - Dodge and blow up rocks with your spaceship
Closes: 300291
Changes: 
 rockdodger (0.6.0a-4) unstable; urgency=low
 .
   * Fix FTBFS on gcc 4.0 due to use of struct before declaration.
     (closes: #300291)
   * Use debhelper V4.
   * React on noopt instead of debug in DEB_BUILD_OPTIONS to disable
     optimizations.
   * Quote remaining strings in menu file.
   * Convert icon to 32x32 XPM with transparency.
   * Bump Standards-Version to 3.6.2.
   * Change chown root.games to chown root:games in postinst.
Files: 
 f0486cbee25803c269bb01a9f38f7ee5 630 games optional rockdodger_0.6.0a-4.dsc
 279539fed3268ff5b1e207daf7fc428e 7221 games optional 
rockdodger_0.6.0a-4.diff.gz
 7ca140725195df455413e11b2cca791d 395478 games optional 
rockdodger_0.6.0a-4_i386.deb

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

iD8DBQFDZ8pmEYFwMgSICkQRAtiQAKCKeh6ToPrgQZYbTfNLV7GuDgUVYgCgiZqY
YLR+rd0KmNUcCxfclRAednA=
=aCLL
-----END PGP SIGNATURE-----


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

Reply via email to