Your message dated Mon, 24 Jul 2006 03:21:56 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#357552: fixed in glob2 0.8.19-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)
--- Begin Message ---Package: glob2 Version: 0.8.16-2 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 glob2_0.8.16-2 on bigsur by sbuild/mips 1.94 ... > mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 > -I/usr/include/SDL -D_REENTRANT -I/usr/include -I./../libgag/include > -I/usr/include/SDL -D_REENTRANT -Wall -g -c Engine.cpp > EndGameScreen.h:68: error: extra qualification 'EndGameScreen::' on member > 'sortAndSet' > IRC.h:72: error: extra qualification 'IRC::ChatMessage::' on member > 'ChatMessage' > IRC.h:82: error: extra qualification 'IRC::InfoMessage::' on member > 'InfoMessage' > make[3]: *** [Engine.o] Error 1 --- ./src/IRC.h~ 2006-03-18 02:37:55.000000000 +0000 +++ ./src/IRC.h 2006-03-18 02:38:04.000000000 +0000 @@ -69,7 +69,7 @@ char diffusion[IRC_CHANNEL_SIZE+1]; char message[IRC_MESSAGE_SIZE+1]; - ChatMessage::ChatMessage() { source[0]=0; diffusion[0]=0; message[0]=0; } + ChatMessage() { source[0]=0; diffusion[0]=0; message[0]=0; } }; struct InfoMessage @@ -79,7 +79,7 @@ char diffusion[IRC_CHANNEL_SIZE+1]; char message[IRC_MESSAGE_SIZE+1]; - InfoMessage::InfoMessage(InfoMessageType t) { type=t; source[0]=0; diffusion[0]=0; message[0]=0; } + InfoMessage(InfoMessageType t) { type=t; source[0]=0; diffusion[0]=0; message[0]=0; } }; protected: --- ./src/EndGameScreen.h~ 2006-03-18 02:38:44.000000000 +0000 +++ ./src/EndGameScreen.h 2006-03-18 02:38:48.000000000 +0000 @@ -65,7 +65,7 @@ protected: //! resort players - void EndGameScreen::sortAndSet(EndOfGameStat::Type type); + void sortAndSet(EndOfGameStat::Type type); public: EndGameScreen(GameGUI *gui); --- ./src/GameGUILoadSave.cpp~ 2006-03-18 02:39:14.000000000 +0000 +++ ./src/GameGUILoadSave.cpp 2006-03-18 02:39:32.000000000 +0000 @@ -31,7 +31,7 @@ { public: - FuncFileList::FuncFileList(int x, int y, int w, int h, Uint32 hAlign, Uint32 vAlign, const char *font, + FuncFileList(int x, int y, int w, int h, Uint32 hAlign, Uint32 vAlign, const char *font, const char *dir, const char *extension, const bool recurse, std::string (*filenameToNameFunc)(const char *filename), std::string (*nameToFilenameFunc)(const char *dir, const char *name, const char *extension)) @@ -41,16 +41,16 @@ this->generateList(); } - FuncFileList::~FuncFileList() + ~FuncFileList() {} private: - std::string FuncFileList::fileToList(const char* fileName) const + std::string fileToList(const char* fileName) const { return filenameToNameFunc(fullName(fileName).c_str()); } - std::string FuncFileList::listToFile(const char* listName) const + std::string listToFile(const char* listName) const { return nameToFilenameFunc(fullDir().c_str(), listName, extension.c_str()); } -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: glob2 Source-Version: 0.8.19-1 We believe that the bug you reported is fixed in the latest version of glob2, which is due to be installed in the Debian FTP archive: glob2_0.8.19-1.diff.gz to pool/main/g/glob2/glob2_0.8.19-1.diff.gz glob2_0.8.19-1.dsc to pool/main/g/glob2/glob2_0.8.19-1.dsc glob2_0.8.19-1_i386.deb to pool/main/g/glob2/glob2_0.8.19-1_i386.deb glob2_0.8.19.orig.tar.gz to pool/main/g/glob2/glob2_0.8.19.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. David MartÃnez Moreno <[EMAIL PROTECTED]> (supplier of updated glob2 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 Jul 2006 01:05:20 +0200 Source: glob2 Binary: glob2 Architecture: source i386 Version: 0.8.19-1 Distribution: unstable Urgency: low Maintainer: David MartÃnez Moreno <[EMAIL PROTECTED]> Changed-By: David MartÃnez Moreno <[EMAIL PROTECTED]> Description: glob2 - innovative state-of-the-art Real Time Strategy (RTS) game Closes: 357552 369090 374362 Changes: glob2 (0.8.19-1) unstable; urgency=low . * New upstream release (closes: #374362). Main changes are: - Added and updated translations. - Enhanced AI. - Unit/building cost tuning. - New graphics and animations. - Improved events (unit/building attacked, conversion, etc). - Network game enhancements. - New Perlin-Noise based random map generation for island, swamp, craterlakes or river theme maps. - The tutorial is finally revamped. - GUI improvements in usability. - Fixed lots of bugs. * Acknowledge NMU. Thanks, Mohammed Adnène Trojette (closes: #369090, #357552). In that NMU, also config.guess and config.sub were updated to latest version. * debian/control: Replaced libglu1-xorg-dev by libglu1-mesa-dev in Build-Depends, as the former is now a transition package depending on the latter. * Stripped down CVS/ directory from source. Files: 69eecd8b6e572e4ee5e8de91596eb16b 734 games optional glob2_0.8.19-1.dsc 2edd28d1522e3481170e8ce070d50b16 9405267 games optional glob2_0.8.19.orig.tar.gz c1a15e747c5f07f9eb8e1235cba1f9b7 23161 games optional glob2_0.8.19-1.diff.gz db49d5f248dc810a6d61677ddc81123b 9486648 games optional glob2_0.8.19-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFExAGTWs/EhA1iABsRAk06AKDzteZH7rWjydRvy8GsGlmvl66cuQCg12A5 i7KaIxUDvabZauzLLclvb7o= =6/pO -----END PGP SIGNATURE-----
--- End Message ---

