Your message dated Mon, 07 Aug 2006 02:46:54 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#357447: fixed in scorched3d 40-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: scorched3d Version: 39.1+cvs20050929-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 scorched3d_39.1+cvs20050929-2 on bigsur by sbuild/mips 1.94 ... > if mips-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" > -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE=\"scorched3d\" -DVERSION=\"39\" -I. -I. -I../porting -I.. > -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include > -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -g -O2 -I/usr/include/SDL -D_REENTRANT > -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -I/usr/include/freetype2 > -DS3D_DOCDIR=\"/usr/share/doc/scorched3d\" > -DS3D_DATADIR=\"/usr/share/games/scorched3d\" -DS3D_BINDIR=\"/usr/games\" > -DdDOUBLE -MT GLWPlanView.o -MD -MP -MF ".deps/GLWPlanView.Tpo" \ > -c -o GLWPlanView.o `test -f '../GLW/GLWPlanView.cpp' || echo > './'`../GLW/GLWPlanView.cpp; \ > then mv -f ".deps/GLWPlanView.Tpo" ".deps/GLWPlanView.Po"; \ > else rm -f ".deps/GLWPlanView.Tpo"; exit 1; \ > fi > ../landscape/LandscapePoints.h:44: error: extra qualification > 'LandscapePoints::' on member 'findPoint' > ../landscape/MovementMap.h:68: error: extra qualification 'MovementMap::' on > member 'POINT_TO_UINT' > make[3]: *** [GLWPlanView.o] Error 1 --- ./src/landscape/MovementMap.h~ 2006-03-17 05:17:03.000000000 +0000 +++ ./src/landscape/MovementMap.h 2006-03-17 05:17:22.000000000 +0000 @@ -65,7 +65,7 @@ MovementMapEntry *entries_; HeightMap &hMap_; - unsigned int MovementMap::POINT_TO_UINT(unsigned int x, unsigned int y); + unsigned int POINT_TO_UINT(unsigned int x, unsigned int y); void addPoint(unsigned int x, unsigned int y, float height, float dist, std::map<unsigned int, MovementMap::MovementMapEntry> &edgeMap, --- ./src/landscape/LandscapePoints.h~ 2006-03-17 05:17:11.000000000 +0000 +++ ./src/landscape/LandscapePoints.h 2006-03-17 05:17:15.000000000 +0000 @@ -41,7 +41,7 @@ int noPts_; void createPoints(HeightMap &map, int width, int points); - void LandscapePoints::findPoint(HeightMap &map, Position *pos, float x, float y); + void findPoint(HeightMap &map, Position *pos, float x, float y); }; #endif -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: scorched3d Source-Version: 40-1 We believe that the bug you reported is fixed in the latest version of scorched3d, which is due to be installed in the Debian FTP archive: scorched3d-data_40-1_all.deb to pool/main/s/scorched3d/scorched3d-data_40-1_all.deb scorched3d-dbg_40-1_i386.deb to pool/main/s/scorched3d/scorched3d-dbg_40-1_i386.deb scorched3d-doc_40-1_all.deb to pool/main/s/scorched3d/scorched3d-doc_40-1_all.deb scorched3d_40-1.diff.gz to pool/main/s/scorched3d/scorched3d_40-1.diff.gz scorched3d_40-1.dsc to pool/main/s/scorched3d/scorched3d_40-1.dsc scorched3d_40-1_i386.deb to pool/main/s/scorched3d/scorched3d_40-1_i386.deb scorched3d_40.orig.tar.gz to pool/main/s/scorched3d/scorched3d_40.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. Reinhard Tartler <[EMAIL PROTECTED]> (supplier of updated scorched3d 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, 29 Jul 2006 13:09:44 +0200 Source: scorched3d Binary: scorched3d scorched3d-data scorched3d-dbg scorched3d-doc Architecture: source all i386 Version: 40-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team <[EMAIL PROTECTED]> Changed-By: Reinhard Tartler <[EMAIL PROTECTED]> Description: scorched3d - 3D artillery game similar to Scorched Earth scorched3d-data - data files for Scorched3D game scorched3d-dbg - 3D artillery game similar to Scorched Earth, debug data scorched3d-doc - documentation for Scorched3D game Closes: 352439 357447 358958 360050 Changes: scorched3d (40-1) unstable; urgency=low . * new upstream version, merging old dpatches: + split old 64bit support dpatch in 'cast-fixes' and 'netserver-patches' * added libogg-dev and libvorbis-dev to builddeps . Dropping patches merged Upstream: * dropping 04netint patch * dropping 06_strxxx.dpatch * dropping 10_gcc4.1.dpatch * dropping 07_opengl-without-context * dropping 08_XML-injection. * dropping 09_HTML-injection . * Introducing -dbg package. * Improving README.Debian how to use it . scorched3d (39.1+cvs20050929-3) UNRELEASED; urgency=low . [ Gonéri Le Bouder ] * added missing space to Homepage semi header in debian/control * New maintaineur: Debian Games Team (Closes: #352439) * Fix FTBFS with gcc4.1 (Closes: #357447), Thanks to Martin Michlmayr <[EMAIL PROTECTED]> * fix extra-license-file warning * Standards-Version: 3.7.0 . [ Reinhard Tartler ] * add freealut-dev to build depends. (Closes: #360050) * remove versioned build depends on libopenal-dev. If freealut-dev is satisfyable, openal is recent enough as well. * Rebuild with newer libopenal (Closes: #358958) * shortcircuit openal/freealut check in configure, added as dpatch * as result, rerun aclocal, autoconf and automake for applying the changes * build depend on libgl{,u}1-mesa-dev instead of old mesa package names . [ Eddy PetriÅor ] * Added Romanian translation to desktop file Files: 248757466bddb10ca5a2470feaa60c36 1004 games optional scorched3d_40-1.dsc 76b60b9f73d2c971d86bfac761989cf4 55427740 games optional scorched3d_40.orig.tar.gz 811a1de9c992b48c93f285254188ef9a 27197 games optional scorched3d_40-1.diff.gz ccc95133c6cb07a5a284035c714a08ce 52238532 games optional scorched3d-data_40-1_all.deb 62b0ef893ae370123afda452b6244bd7 1085454 games optional scorched3d-doc_40-1_all.deb 340fa8a4aa4fc5de3992fa9b48f170de 1131934 games optional scorched3d_40-1_i386.deb 992d26484816efdef4e4a2bce4a3e488 7627498 games optional scorched3d-dbg_40-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFE0l34+C5cwEsrK54RAsvcAJ0XPpzKHfdDAeioyQ/R2NlqtZQRMgCg0Gl7 1UhCfwGkWsr4c+r3X2xyg0Y= =Ci5r -----END PGP SIGNATURE-----
--- End Message ---

