Your message dated Tue, 21 Mar 2006 15:47:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356549: fixed in enigma 0.92.3-2
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)
--- Begin Message ---
Package: enigma
Version: 0.92.3-1
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of enigma_0.92.3-1 on bigsur by sbuild/mips 1.89
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT
> -DLOCALEDIR=\"/usr/share/games/locale\" -I../lib-src/lua
> -I../lib-src/enigma-core -I../lib-src/enet/include -I../lib-src -I../intl -MT
> file.o -MD -MP -MF ".deps/file.Tpo" \
> -c -o file.o `test -f 'file.cc' || echo './'`file.cc; \
> then mv -f ".deps/file.Tpo" ".deps/file.Po"; \
> else rm -f ".deps/file.Tpo"; exit 1; \
> fi
> file_internal.hh:22: error: extra qualification 'file::GameFS::' on member
> 'GameFS'
> make[3]: *** [file.o] Error 1
--- ./enigma-svn/src/file_internal.hh~ 2006-03-12 17:19:14.000000000 +0000
+++ ./enigma-svn/src/file_internal.hh 2006-03-12 17:19:21.000000000 +0000
@@ -19,7 +19,7 @@
class GameFS {
public:
- GameFS::GameFS();
+ GameFS();
void clear() { entries.clear(); }
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: enigma
Source-Version: 0.92.3-2
We believe that the bug you reported is fixed in the latest version of
enigma, which is due to be installed in the Debian FTP archive:
enigma-data_0.92.3-2_all.deb
to pool/main/e/enigma/enigma-data_0.92.3-2_all.deb
enigma_0.92.3-2.diff.gz
to pool/main/e/enigma/enigma_0.92.3-2.diff.gz
enigma_0.92.3-2.dsc
to pool/main/e/enigma/enigma_0.92.3-2.dsc
enigma_0.92.3-2_i386.deb
to pool/main/e/enigma/enigma_0.92.3-2_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.
Erich Schubert <[EMAIL PROTECTED]> (supplier of updated enigma 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, 21 Mar 2006 22:56:00 +0100
Source: enigma
Binary: enigma enigma-data
Architecture: source i386 all
Version: 0.92.3-2
Distribution: unstable
Urgency: low
Maintainer: Erich Schubert <[EMAIL PROTECTED]>
Changed-By: Erich Schubert <[EMAIL PROTECTED]>
Description:
enigma - A game where you control a marble with the mouse
enigma-data - Data file for the game enigma
Closes: 356549
Changes:
enigma (0.92.3-2) unstable; urgency=low
.
* Grab "rotator laser handling" bugfix from SVN (r84)
* GCC 4.1 fixes, thanks tbm (Closes: #356549)
* Add debian/watch file.
Files:
7d5cc507eef31242bfbdb1422d0b482a 763 games optional enigma_0.92.3-2.dsc
54c177728d2042e835ad75fc11ee5b27 10784 games optional enigma_0.92.3-2.diff.gz
05bdd9646d7124bc824b842b73ed32f7 9417962 games optional
enigma-data_0.92.3-2_all.deb
59159de4035a0f707877d01368b522be 619330 games optional enigma_0.92.3-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEIIwZntB470s6E1wRAvgeAKCEoGMf6PW1rrLQTfJ3VZC8HjubJwCeMLOc
N6khHhiZh+RGuCyRKpbd5jc=
=28s2
-----END PGP SIGNATURE-----
--- End Message ---