Debian Bug report logs -
#357404
FTBFS with G++ 4.1: extra qualification
Reported by: Martin Michlmayr <tbm@cyrius.com>
Date: Fri, 17 Mar 2006 04:18:05 UTC
Severity: important
Tags: patch
Found in version rrootage/0.23a-3
Fixed in version 0.23a-4
Done: Sam Hocevar <sam@zoy.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, cs8k-cyu@asahi-net.or.jp, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#357404; Package rrootage.
(full text, mbox, link).
Acknowledgement sent to Martin Michlmayr <tbm@cyrius.com>:
New Bug report received and forwarded. Copy sent to cs8k-cyu@asahi-net.or.jp, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
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/
Reply sent to Dafydd Harries <daf@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Martin Michlmayr <tbm@cyrius.com>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #10 received at 357404-close@bugs.debian.org (full text, mbox, reply):
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 357404@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dafydd Harries <daf@debian.org> (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 ftpmaster@debian.org)
-----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 <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Dafydd Harries <daf@debian.org>
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-----
Blocking bugs added: 357404
Request was from Martin Michlmayr <tbm@cyrius.com>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator not changed.
Request was from Steve McIntyre <steve@einval.com>
to control@bugs.debian.org.
(full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#357404; Package rrootage.
(full text, mbox, link).
Acknowledgement sent to Sam Hocevar <sam@zoy.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #19 received at 357404@bugs.debian.org (full text, mbox, reply):
close 357404 0.23a-4
thanks
Hi, you didn't explain why you reopened this bug, and it looks fixed
to me. Feel free to reopen if you disagree.
--
Sam.
Bug marked as fixed in version 0.23a-4, send any further explanations to Martin Michlmayr <tbm@cyrius.com>
Request was from Sam Hocevar <sam@zoy.org>
to control@bugs.debian.org.
(full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#357404; Package rrootage.
(full text, mbox, link).
Acknowledgement sent to Steve McIntyre <steve@einval.com>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #26 received at 357404@bugs.debian.org (full text, mbox, reply):
On Tue, Feb 20, 2007 at 12:27:50PM +0100, Sam Hocevar wrote:
>close 357404 0.23a-4
>thanks
>
> Hi, you didn't explain why you reopened this bug, and it looks fixed
>to me. Feel free to reopen if you disagree.
No, no problem. Looks like a pilot error on my part. Sorry to bother
you.
--
Steve McIntyre, Cambridge, UK. steve@einval.com
"The problem with defending the purity of the English language is that
English is about as pure as a cribhouse whore. We don't just borrow words; on
occasion, English has pursued other languages down alleyways to beat them
unconscious and rifle their pockets for new vocabulary." -- James D. Nicoll
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 24 Jun 2007 10:15:43 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 13:21:39 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.