Your message dated Sat, 11 Mar 2006 14:47:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#356321: fixed in xevil 2.02r2-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)
--- Begin Message ---Package: xevil Version: 2.02r2-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 xevil_2.02r2-3.1 on bigsur by sbuild/mips 1.86 ... > g++ -O2 -DX11=1 -DUSE_RANDOM -DXEVIL_KEYSET=UIlinux -DUSE_UINT_NET_LENGTH > -I../cmn -I../x11 -I../x11/bitmaps -I/usr/X11R6/include -o > ../x11/release/utils.o -c utils.cpp > utils.cpp:756: error: extra qualification 'HashTable::' on member '_get' > make[6]: *** [../x11/release/utils.o] Error 1 --- ./cmn/utils.cpp~ 2006-03-11 05:44:17.000000000 +0000 +++ ./cmn/utils.cpp 2006-03-11 05:44:24.000000000 +0000 @@ -753,7 +753,7 @@ private: - Bucket* HashTable::_get(int &index,void* key); + Bucket* _get(int &index,void* key); /* MODIFIES: index */ /* EFFECTS: Internal helper function. Return the Bucket containing key or NULL if not found. Set index to the bucket list for key whether -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: xevil Source-Version: 2.02r2-4 We believe that the bug you reported is fixed in the latest version of xevil, which is due to be installed in the Debian FTP archive: xevil_2.02r2-4.diff.gz to pool/main/x/xevil/xevil_2.02r2-4.diff.gz xevil_2.02r2-4.dsc to pool/main/x/xevil/xevil_2.02r2-4.dsc xevil_2.02r2-4_i386.deb to pool/main/x/xevil/xevil_2.02r2-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. Matej Vela <[EMAIL PROTECTED]> (supplier of updated xevil 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, 11 Mar 2006 23:38:44 +0100 Source: xevil Binary: xevil Architecture: source i386 Version: 2.02r2-4 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: xevil - A violent side-scrolling game for X Closes: 346813 356321 Changes: xevil (2.02r2-4) unstable; urgency=low . * QA upload. * Package is orphaned (#353389); set maintainer to Debian QA Group. * Acknowledge NMU. Closes: #346813. * Fix build failure with g++ 4.1. Thanks to Martin Michlmayr for the patch. Closes: #356321. * Switch to debhelper 5. * debian/changelog: Remove obsolete Emacs local variables. * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt. * debian/watch: Add. * Conforms to Standards version 3.6.2. Files: c0ff47e13d0e24c2f204829d5a63e44c 594 games optional xevil_2.02r2-4.dsc c78641e65ab8e1c3596b140d938c3f26 27758 games optional xevil_2.02r2-4.diff.gz bfa61a907bd73aea25494b18c73ce2d1 544876 games optional xevil_2.02r2-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEE1H+xBYivKllgY8RAjRWAJ4jpdrFmCl/a8O3IM1il8+Ys/yL8wCgsOz4 san0YRUHHD6nZwGwiDx87Hk= =+qnL -----END PGP SIGNATURE-----
--- End Message ---

