Your message dated Thu, 16 Mar 2006 10:32:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#357186: fixed in xmoto 0.1.11-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: xmoto Version: 0.1.11-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 xmoto_0.1.11-1 on bigsur by sbuild/mips 1.94 ... > if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"xmoto\" > -DVERSION=\"0.1.11\" -DHAVE_LIBJPEG=1 -DHAVE_LIBPNG=1 -DHAVE_LIBZ=1 > -DHAVE_LIBSDL_MIXER=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 > -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 > -DHAVE_LUA50_LUA_H=1 -DHAVE_LUA50_LAUXLIB_H=1 -DHAVE_LUA50_LUALIB_H=1 -I. > -I. -DNOMMGR -w -DGAMEDATADIR=\"/usr/share/games/xmoto\" -g -O2 > -I/usr/include/SDL -D_REENTRANT -MT BSP.o -MD -MP -MF ".deps/BSP.Tpo" -c -o > BSP.o `test -f 'src/BSP.cpp' || echo './'`src/BSP.cpp; \ > then mv -f ".deps/BSP.Tpo" ".deps/BSP.Po"; else rm -f ".deps/BSP.Tpo"; > exit 1; fi > src/BSP.h:96: error: extra qualification 'vapp::BSP::' on member '_SplitPoly' > src/BSP.h:98: error: extra qualification 'vapp::BSP::' on member '_SplitLines' > src/BSP.h:99: error: extra qualification 'vapp::BSP::' on member > '_FindBestSplitter' > src/BSP.h:100: error: extra qualification 'vapp::BSP::' on member '_CopyLine' > src/BSP.h:101: error: extra qualification 'vapp::BSP::' on member '_CopyPoly' > make[2]: *** [BSP.o] Error 1 > make[2]: Leaving directory `/build/tbm/xmoto-0.1.11' --- ./src/BSP.h~ 2006-03-16 03:14:19.000000000 +0000 +++ ./src/BSP.h 2006-03-16 03:14:27.000000000 +0000 @@ -93,12 +93,12 @@ void _ComputeNormal(BSPLine *pLine); void _UpdateAABB(Vector2f &P,Vector2f &Min,Vector2f &Max); void _Recurse(BSPPoly *pSubSpace,std::vector<BSPLine *> &Lines); - void BSP::_SplitPoly(BSPPoly *pPoly,BSPPoly *pFront,BSPPoly *pBack,BSPLine *pLine); - void BSP::_SplitLines(std::vector<BSPLine *> &Lines,std::vector<BSPLine *> &Front,std::vector<BSPLine *> &Back, + void _SplitPoly(BSPPoly *pPoly,BSPPoly *pFront,BSPPoly *pBack,BSPLine *pLine); + void _SplitLines(std::vector<BSPLine *> &Lines,std::vector<BSPLine *> &Front,std::vector<BSPLine *> &Back, BSPLine *pLine,int *pnNumFront,int *pnNumBack,int *pnNumSplits,bool bProbe); - BSPLine *BSP::_FindBestSplitter(std::vector<BSPLine *> &Lines); - BSPLine *BSP::_CopyLine(BSPLine *pSrc); - BSPPoly *BSP::_CopyPoly(BSPPoly *pDst,BSPPoly *pSrc); + BSPLine *_FindBestSplitter(std::vector<BSPLine *> &Lines); + BSPLine *_CopyLine(BSPLine *pSrc); + BSPPoly *_CopyPoly(BSPPoly *pDst,BSPPoly *pSrc); }; }; -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: xmoto Source-Version: 0.1.11-2 We believe that the bug you reported is fixed in the latest version of xmoto, which is due to be installed in the Debian FTP archive: xmoto-data_0.1.11-2_all.deb to pool/main/x/xmoto/xmoto-data_0.1.11-2_all.deb xmoto_0.1.11-2.diff.gz to pool/main/x/xmoto/xmoto_0.1.11-2.diff.gz xmoto_0.1.11-2.dsc to pool/main/x/xmoto/xmoto_0.1.11-2.dsc xmoto_0.1.11-2_i386.deb to pool/main/x/xmoto/xmoto_0.1.11-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. Samuel Mimram <[EMAIL PROTECTED]> (supplier of updated xmoto 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: Thu, 16 Mar 2006 18:04:48 +0000 Source: xmoto Binary: xmoto-data xmoto Architecture: source i386 all Version: 0.1.11-2 Distribution: unstable Urgency: low Maintainer: Samuel Mimram <[EMAIL PROTECTED]> Changed-By: Samuel Mimram <[EMAIL PROTECTED]> Description: xmoto - 2D motocross platform game xmoto-data - 2D motocross platform game Closes: 357186 Changes: xmoto (0.1.11-2) unstable; urgency=low . * Added gcc_4.1.dpatch in order for xmoto to correctly build with G++ 4.1 (thanks Martin Michlmayr), closes: #357186. Files: 31786de1851b965405326410c26ada31 745 games optional xmoto_0.1.11-2.dsc eaa7ccc0c217899938fd8f48b91afc19 6810 games optional xmoto_0.1.11-2.diff.gz 29613c0a8e509ae97b6ab7419fbfb2e5 2485762 games optional xmoto-data_0.1.11-2_all.deb bd9d6c24f7d54e05f97c8022d13af9ff 377550 games optional xmoto_0.1.11-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEGanKIae1O4AJae8RAlwLAJ9nTikEwe41mj1xVLh/EhWq8ikjOQCeIUyz 6yLv1wW3J7+xGuDupgLPF84= =2oRx -----END PGP SIGNATURE-----
--- End Message ---

