Your message dated Fri, 11 Aug 2006 02:32:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#360359: fixed in cthugha 1.4-5 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: cthugha Version: 1.4-4.1 Severity: normal Tags: patch When building 'cthugha' with gcc-4.1, I get the following error: Interface.cc:344: warning: 'class lockElementAction' has virtual functions but non-virtual destructor Interface.cc:391: error: extra qualification 'InterfaceMain::' on member 'doKey' Interface.cc:384: warning: 'class InterfaceMain' has virtual functions but non-virtual destructor Interface.cc:406: warning: 'class setExtraKeymapAction' has virtual functions but non-virtual destructor Interface.cc:415: warning: 'class InterfaceCoreOption' has virtual functions but non-virtual destructor Interface.cc:507: warning: 'class InterfaceOption' has virtual functions but non-virtual destructor make[3]: *** [Interface.o] Error 1 make[3]: Leaving directory `/cthugha-1.4/src' With the attached patch 'cthugha' can be compiled using gcc-4.1. Regards Andreas Jochens diff -urN ../tmp-orig/cthugha-1.4/src/Interface.cc ./src/Interface.cc --- ../tmp-orig/cthugha-1.4/src/Interface.cc 2006-04-01 13:50:35.000000000 +0000 +++ ./src/Interface.cc 2006-04-01 13:50:01.000000000 +0000 @@ -388,7 +388,7 @@ extraKeymap[0] = '\0'; } - void InterfaceMain::doKey(int key); + void doKey(int key); friend class setExtraKeymapAction; } interfaceMain;
--- End Message ---
--- Begin Message ---Source: cthugha Source-Version: 1.4-5 We believe that the bug you reported is fixed in the latest version of cthugha, which is due to be installed in the Debian FTP archive: cthugha_1.4-5.diff.gz to pool/non-free/c/cthugha/cthugha_1.4-5.diff.gz cthugha_1.4-5.dsc to pool/non-free/c/cthugha/cthugha_1.4-5.dsc cthugha_1.4-5_i386.deb to pool/non-free/c/cthugha/cthugha_1.4-5_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 cthugha 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: Fri, 11 Aug 2006 11:14:12 +0200 Source: cthugha Binary: cthugha Architecture: source i386 Version: 1.4-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: cthugha - an oscilloscope on acid Closes: 349382 360359 Changes: cthugha (1.4-5) unstable; urgency=medium . * QA upload. * Package is orphaned (#378946); set maintainer to Debian QA Group. * Acknowledge NMU. Closes: #349382. * src/Interface.cc (interfaceMain): Remove extra qualification. Thanks to Andreas Jochens for the patch. Closes: #360359. * Tidy up build dependencies: - Add libxi-dev. - Remove mesag-dev as an alternative to libgl1-mesa-dev. - Remove svgalib-dummyg1 as an alternative to libsvga1-dev. - Prefer libgl1-mesa-dev to xlibmesa-gl-dev. - Prefer libglu1-mesa-dev to xlibmesa-glu-dev. - Prefer libxaw7-dev to libxaw6-dev. * Switch to debhelper 4. * debian/rules: Remove svgalib-dummyg1 hack. * debian/changelog: Remove obsolete Emacs local variables. * Conforms to Standards version 3.7.2. Files: f830080136ee46a8e360a3806d9f0552 866 non-free/graphics optional cthugha_1.4-5.dsc 1532e725541bcdce2d20b82b8b961bec 79203 non-free/graphics optional cthugha_1.4-5.diff.gz d2a451fe87cc8edf38e7ac5e81dc6caf 782326 non-free/graphics optional cthugha_1.4-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE3Eq/xBYivKllgY8RAmiCAKDkXoceEWxddklYO4RnauSI4A6r4gCg6ayW DA3o/TP7Uq+uxrwIlaCb1Wc= =IV0z -----END PGP SIGNATURE-----
--- End Message ---

