Your message dated Thu, 31 Mar 2005 23:17:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301776: fixed in atomix 1.1.2-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; 28 Mar 2005 09:28:42 +0000
>From [EMAIL PROTECTED] Mon Mar 28 01:28:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223251.adsl.hansenet.de (localhost.localdomain)
[213.39.223.251]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DFqY6-0007B1-00; Mon, 28 Mar 2005 01:28:42 -0800
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DFqY6-0008JL-RA; Mon, 28 Mar 2005 11:28:42 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: atomix: FTBFS (amd64/gcc-4.0): label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 Mar 2005 11:28:42 +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: atomix
Version: 1.1-1
Severity: normal
Tags: patch
When building 'atomix' on amd64/unstable with gcc-4.0,
I get the following error:
cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I.. -DORBIT2=1 -pthread -DXTHREADS
-I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
-I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libxml2
-I/usr/include/libglade-2.0 -Wall -Wmissing-prototypes
-DDATADIR=\""/usr/share"\" -DGNOMELOCALEDIR=\""/usr/share/locale\"" -g
-Wall -O2 -c goal-view.c
goal-view.c: In function 'render_view':
goal-view.c:97: error: label at end of compound statement
goal-view.c: At top level:
goal-view.c:112: warning: no previous prototype for 'goal_view_clear'
make[3]: *** [goal-view.o] Error 1
make[3]: Leaving directory `/atomix-1.1/src'
With the attached patch 'atomix' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/atomix-1.1/src/goal-view.c ./src/goal-view.c
--- ../tmp-orig/atomix-1.1/src/goal-view.c 2005-03-18 23:34:50.000000000
+0100
+++ ./src/goal-view.c 2005-03-28 11:17:33.475479588 +0200
@@ -94,6 +94,7 @@
case TILE_TYPE_WALL:
case TILE_TYPE_UNKNOWN:
default:
+ break;
}
g_object_unref (tile);
}
diff -urN ../tmp-orig/atomix-1.1/src/level-convert.c ./src/level-convert.c
--- ../tmp-orig/atomix-1.1/src/level-convert.c 2005-03-18 23:34:50.000000000
+0100
+++ ./src/level-convert.c 2005-03-28 11:17:55.693313859 +0200
@@ -593,7 +593,6 @@
type_str = "TILE_TYPE_WALL"; break;
case TILE_TYPE_FLOOR:
type_str = "TILE_TYPE_FLOOR"; break;
- default:
}
if (type_str == NULL)
---------------------------------------
Received: (at 301776-close) by bugs.debian.org; 1 Apr 2005 04:26:00 +0000
>From [EMAIL PROTECTED] Thu Mar 31 20:26:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHDjM-0007Ei-00; Thu, 31 Mar 2005 20:26:00 -0800
Received: from newraff.debian.org [208.185.25.31] (mail)
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHDjL-0005GK-00; Thu, 31 Mar 2005 21:25:59 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DHDal-0004Pv-00; Thu, 31 Mar 2005 23:17:07 -0500
From: [EMAIL PROTECTED] (Guilherme de S. Pastore)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#301776: fixed in atomix 1.1.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 31 Mar 2005 23:17:07 -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:
Source: atomix
Source-Version: 1.1.2-1
We believe that the bug you reported is fixed in the latest version of
atomix, which is due to be installed in the Debian FTP archive:
atomix-data_1.1.2-1_all.deb
to pool/main/a/atomix/atomix-data_1.1.2-1_all.deb
atomix_1.1.2-1.diff.gz
to pool/main/a/atomix/atomix_1.1.2-1.diff.gz
atomix_1.1.2-1.dsc
to pool/main/a/atomix/atomix_1.1.2-1.dsc
atomix_1.1.2-1_i386.deb
to pool/main/a/atomix/atomix_1.1.2-1_i386.deb
atomix_1.1.2.orig.tar.gz
to pool/main/a/atomix/atomix_1.1.2.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.
Guilherme de S. Pastore <[EMAIL PROTECTED]> (supplier of updated atomix 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: Sun, 28 Mar 2005 21:43:40 -0300
Source: atomix
Binary: atomix-data atomix
Architecture: source i386 all
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Changed-By: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Description:
atomix - puzzle game for building molecules out of isolated atoms
atomix-data - architecture independent files for atomix
Closes: 301776
Changes:
atomix (1.1.2-1) unstable; urgency=medium
.
* New upstream release
* debian/copyright:
- Fixed plural ("Upstream Author" -> "Upstream Authors")
* debian/rules:
- Included simple-patchsys.mk from CDBS
- Made dh_fixperms ignore /usr/games, in order not to mess with the
executable's permissions
- Moved creation of scores file to postinst, so that we do not override
it on every single upgrade
* debian/patches:
- 00_amd64_gcc4_ftbfs.patch: apply patch from Andreas Jochens
<[EMAIL PROTECTED]> to fix FTBFS on amd64 with gcc 4 (Closes: #301776).
Thanks!
Files:
a39f3969543f676281ca6572dd25d497 699 games optional atomix_1.1.2-1.dsc
6a4a9c47eec7dc02fdf3bda9d7a8eab6 378951 games optional atomix_1.1.2.orig.tar.gz
4b49e9be716a405fa329212eae30e97a 24301 games optional atomix_1.1.2-1.diff.gz
b13bb6c75349693fe59b1d08eb6e3712 140696 games optional
atomix-data_1.1.2-1_all.deb
a9cc9e5052d773015ae5a30e2d81814d 45152 games optional atomix_1.1.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCTMLNt1anjIgqbEsRAvF/AKC6z7fuPkgMzDgb9/ireHEA6sfshgCgv4PP
1eaHMuNyGXFN3PpS5bi6Hsc=
=onVI
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]