Your message dated Sun, 23 Jan 2005 23:32:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289836: fixed in amoeba 1.1-12
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; 11 Jan 2005 09:57:39 +0000
>From [EMAIL PROTECTED] Tue Jan 11 01:57:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d009008.adsl.hansenet.de (localhost.localdomain) [80.171.9.8] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoImQ-0000lh-00; Tue, 11 Jan 2005 01:57:39 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CoIsN-0006kx-Cg; Tue, 11 Jan 2005 11:03:47 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: amoeba: FTBFS (ppc64/gcc-4.0): non-local variable '<anonymous struct> 
textures [256]' uses anonymous type
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 11:03:47 +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: amoeba
Severity: normal
Tags: patch

When building 'amoeba' on ppc64 with gcc-4.0,
I get the following error:

g++ -Wall -O2 -ffast-math -fstrict-aliasing -fexceptions -g -I. 
`freetype-config --cflags` `gtk-config --cflags` -Imain -Iopengl -Iaudio 
-Iimage -Ipacker -Imath -Iutil  -c -o opengl/texture.o opengl/texture.cpp
opengl/texture.cpp:28: error: non-local variable '<anonymous struct> textures 
[256]' uses anonymous type
make[1]: *** [opengl/texture.o] Error 1
make[1]: Leaving directory `/amoeba-1.1'
make: *** [build-stamp] Error 2

With the attached patch 'amoeba' can be compiled
on ppc64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/amoeba-1.1/opengl/texture.cpp ./opengl/texture.cpp
--- ../tmp-orig/amoeba-1.1/opengl/texture.cpp   2005-01-11 09:37:08.391981880 
+0000
+++ ./opengl/texture.cpp        2005-01-11 09:36:02.360035664 +0000
@@ -22,7 +22,7 @@
  * and we don't need the extra speed anyhow. :-) besides, it gives
  * us less init'ing...
  */
-struct {
+static struct {
        char texname[256];
        Texture *tex;
 } textures[256];

---------------------------------------
Received: (at 289836-close) by bugs.debian.org; 24 Jan 2005 04:35:44 +0000
>From [EMAIL PROTECTED] Sun Jan 23 20:35:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Csvx1-0007KD-00; Sun, 23 Jan 2005 20:35:43 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Csvte-0000ki-00; Sun, 23 Jan 2005 23:32:14 -0500
From: [EMAIL PROTECTED] (Steinar H. Gunderson)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#289836: fixed in amoeba 1.1-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Jan 2005 23:32:14 -0500
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: amoeba
Source-Version: 1.1-12

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

amoeba_1.1-12.diff.gz
  to pool/contrib/a/amoeba/amoeba_1.1-12.diff.gz
amoeba_1.1-12.dsc
  to pool/contrib/a/amoeba/amoeba_1.1-12.dsc
amoeba_1.1-12_i386.deb
  to pool/contrib/a/amoeba/amoeba_1.1-12_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.
Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated amoeba 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: Mon, 24 Jan 2005 05:18:49 +0100
Source: amoeba
Binary: amoeba
Architecture: source i386
Version: 1.1-12
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]>
Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]>
Description: 
 amoeba     - fast-paced, polished OpenGL demonstration by Excess
Closes: 268599 289836
Changes: 
 amoeba (1.1-12) unstable; urgency=low
 .
   * Stop using anonymous types for non-local variables, to make amoeba compile
     with gcc-4.0. Patch from Andreas Jochens, thanks. :-) (Closes: #289836)
   * Don't Build-Depend on libstdc++, as it's already build-essential.
     (Closes: #268599)
   * De-capitalize first letter of synopsis (fixes lintian warning).
Files: 
 dc5f1a95a5ebc95a969bfd8a17aac375 775 contrib/x11 optional amoeba_1.1-12.dsc
 46c04a52c4fab3e6fa55ab9442be4777 9904 contrib/x11 optional 
amoeba_1.1-12.diff.gz
 ae736305b4d0e86286af04eb5c33abe7 97626 contrib/x11 optional 
amoeba_1.1-12_i386.deb

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

iD8DBQFB9HeYXKRQ3lK3SH4RAi8QAJ460gC5yqA10cVBFcH6s/5wQTLSlgCaAp71
E/1NppJgjMNWNLBVsm13KtQ=
=WbXj
-----END PGP SIGNATURE-----


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

Reply via email to