Your message dated Mon, 17 Apr 2006 06:02:36 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357186: fixed in xmoto 0.1.12-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.12-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.12-2_all.deb
to pool/main/x/xmoto/xmoto-data_0.1.12-2_all.deb
xmoto_0.1.12-2.diff.gz
to pool/main/x/xmoto/xmoto_0.1.12-2.diff.gz
xmoto_0.1.12-2.dsc
to pool/main/x/xmoto/xmoto_0.1.12-2.dsc
xmoto_0.1.12-2_i386.deb
to pool/main/x/xmoto/xmoto_0.1.12-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, 13 Apr 2006 15:22:45 +0000
Source: xmoto
Binary: xmoto-data xmoto
Architecture: source i386 all
Version: 0.1.12-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 361891
Changes:
xmoto (0.1.12-2) unstable; urgency=low
.
* Put back gcc_4.1.dpatch (was not integrated upstream), closes: #357186.
* Don't install useless NEWS, closes: #361891.
Files:
4517c591ef9b08f0d1999e3cd4532d34 744 games optional xmoto_0.1.12-2.dsc
ccf8ecf2fe76333d73f4e74986cd4bf5 10807 games optional xmoto_0.1.12-2.diff.gz
b3eacbea058e5171dd3d4bddd517a564 2531668 games optional
xmoto-data_0.1.12-2_all.deb
a1507173ad8b4af1707dce72962a8d39 392098 games optional xmoto_0.1.12-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEQ46iIae1O4AJae8RAuLmAJ95arVvg3zzTlgSFtAOd3wO66VpKACfbfcL
NFJhhMzt7A8oqQUqJG6KFHk=
=/Nt8
-----END PGP SIGNATURE-----
--- End Message ---