Your message dated Sun, 26 Mar 2006 13:49:26 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357404: fixed in rrootage 0.23a-4
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: rrootage
Version: 0.23a-3
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 rrootage_0.23a-3 on bigsur by sbuild/mips 1.94
...
> g++  `sdl-config --cflags` -DLINUX -Wall -g -O2 -I./bulletml/  -c -o foe.o 
> foe.cc
> In file included from ./bulletml/boost/config.hpp:35,
>                  from ./bulletml/boost/scoped_array.hpp:17,
>                  from ./bulletml/boost/smart_ptr.hpp:18,
>                  from bulletml/bulletmlrunner.h:14,
>                  from barragemanager.h:17,
>                  from foe.cc:12:
> ./bulletml/boost/config/compiler/gcc.hpp:66:7: warning: #warning "Unknown 
> compiler version - please run the configure tests and report the results"
> foecommand.h:42: error: extra qualification 'FoeCommand::' on member 
> 'doAccelX'
> foecommand.h:43: error: extra qualification 'FoeCommand::' on member 
> 'doAccelY'
> foecommand.h:44: error: extra qualification 'FoeCommand::' on member 
> 'getBulletSpeedX'
> foecommand.h:45: error: extra qualification 'FoeCommand::' on member 
> 'getBulletSpeedY'
> make[1]: *** [foe.o] Error 1


--- ./src/foecommand.h~ 2006-03-17 04:05:54.000000000 +0000
+++ ./src/foecommand.h  2006-03-17 04:06:02.000000000 +0000
@@ -39,10 +39,10 @@
   

   virtual void doChangeDirection(double d);

   virtual void doChangeSpeed(double s);

-  virtual void FoeCommand::doAccelX(double ax);

-  virtual void FoeCommand::doAccelY(double ay);

-  virtual double FoeCommand::getBulletSpeedX();

-  virtual double FoeCommand::getBulletSpeedY();

+  virtual void doAccelX(double ax);

+  virtual void doAccelY(double ay);

+  virtual double getBulletSpeedX();

+  virtual double getBulletSpeedY();

   

  private:

   struct foe *foe;


-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: rrootage
Source-Version: 0.23a-4

We believe that the bug you reported is fixed in the latest version of
rrootage, which is due to be installed in the Debian FTP archive:

rrootage-data_0.23a-4_all.deb
  to pool/main/r/rrootage/rrootage-data_0.23a-4_all.deb
rrootage_0.23a-4.diff.gz
  to pool/main/r/rrootage/rrootage_0.23a-4.diff.gz
rrootage_0.23a-4.dsc
  to pool/main/r/rrootage/rrootage_0.23a-4.dsc
rrootage_0.23a-4_i386.deb
  to pool/main/r/rrootage/rrootage_0.23a-4_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.
Dafydd Harries <[EMAIL PROTECTED]> (supplier of updated rrootage 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: Sun, 26 Mar 2006 20:04:38 +0100
Source: rrootage
Binary: rrootage-data rrootage
Architecture: source i386 all
Version: 0.23a-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Dafydd Harries <[EMAIL PROTECTED]>
Description: 
 rrootage   - arcade-style space shooting game
 rrootage-data - space shooting game - data files
Closes: 357404
Changes: 
 rrootage (0.23a-4) unstable; urgency=low
 .
   * Add patch from Martin Michlmayr to allow compilatoin with G++ 4.1.
     Closes: #357404.
   * Update my email address.
Files: 
 e1ee65272a5942c0c1005d0e09e51e6a 738 games optional rrootage_0.23a-4.dsc
 7dbb416b2b7210a922f3fc3e8fef0710 5431 games optional rrootage_0.23a-4.diff.gz
 f60492477f3ef095d87aa4bed32c6c12 3740394 games optional 
rrootage-data_0.23a-4_all.deb
 f6c84ffc6830ce9e64601fd9f2b411b5 80668 games optional rrootage_0.23a-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEJwFppD5tJxKCh+gRAlWJAJ9o4i948c2rQv8hRLlf4cGiDMke6QCeIm22
JvD0+2zT/ARLDFWZxk0S1QQ=
=0O+x
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to