Your message dated Tue, 13 Sep 2005 02:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324059: fixed in tecnoballz 0.91cvs20050828-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Aug 2005 01:14:32 +0000
>From [EMAIL PROTECTED] Fri Aug 19 18:14:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E6HwO-0000mX-00; Fri, 19 Aug 2005 18:14:32 -0700
Received: from localhost.localdomain
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7K1EUnn046420
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 18:14:31 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1E6DBK-0001Aj-2M
for [EMAIL PROTECTED]; Fri, 19 Aug 2005 13:09:38 -0700
Date: Fri, 19 Aug 2005 13:09:37 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Missing declaration of zexplosion
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1034/Thu Aug 18 13:07:58 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--TakKZr9L6Hm6aLOc
Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND"
Content-Disposition: inline
--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: tecnoballz
Version: 0.91-2
Severity: serious
Tags: patch
tecnoballz fails to build because it does not declare zexplosion
before it uses it:
> g++ -O3 -Wall -pthread -D_REENTRANT -I/usr/X11R6/includes -c -o src/=
gard_tecno.o src/gard_tecno.cc
> src/../include/../include/../include/../include/../include/../include/../=
include/../include/../include/../include/../include/../include/../include/.=
=2E/include/../include/../include/../include/../include/../include/zeGigaBl=
it.h:50: error: ISO C++ forbids declaration of 'zexplosion' with no type
> src/../include/../include/../include/../include/../include/../include/../=
include/../include/../include/../include/../include/../include/../include/.=
=2E/include/../include/../include/../include/../include/../include/zeGigaBl=
it.h:50: error: expected ';' before '*' token
> src/../include/../include/../include/../include/../include/../include/../=
include/../include/../include/../include/../include/../include/../include/.=
=2E/include/../include/../include/../include/../include/../include/zeGigaBl=
it.h:73: error: 'zexplosion' has not been declared
> src/gard_tecno.cc: In member function 'virtual Sint32 gard_tecno::first_i=
nit()':
> src/gard_tecno.cc:109: error: no matching function for call to 'zeGigaBli=
t::init_liste(zeRaquette*&, zexplosion*&)'
> src/../include/../include/../include/../include/../include/../include/../=
include/../include/../include/../include/../include/../include/../include/.=
=2E/include/../include/../include/../include/../include/../include/zeGigaBl=
it.h:69: note: candidates are: Sint32 zeGigaBlit::init_liste(zeRaquette*, h=
ead_anima*, lesBriques*)
> src/../include/../include/../include/../include/../include/../include/../=
include/../include/../include/../include/../include/../include/../include/.=
=2E/include/../include/../include/../include/../include/../include/zeGigaBl=
it.h:73: note: Sint32 zeGigaBlit::init_liste(zeRaquette*, i=
nt*)
The following patch makes zeGigiBlit.h include zexplosion.h, which
fixes the problem.
--=20
Matt
--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
only in patch2:
unchanged:
--- tecnoballz-0.91.orig/include/zeGigaBlit.h
+++ tecnoballz-0.91/include/zeGigaBlit.h
@@ -36,6 +36,7 @@
#include "../include/objet_gere.h"
#include "../include/head_anima.h"
#include "../include/lesBriques.h"
+#include "../include/zexplosion.h"
//...............................................................................
class zeGigaBlit:public objet_gere < giga_blitz >
{ friend class giga_blitz;
--d6Gm4EdcadzBjdND--
--TakKZr9L6Hm6aLOc
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDBjyBfNdgYxVXvBARAtb/AJ4wNNbb06PKrDnaj/e5cJIzQYe/FgCgiII2
/esYZI9VpODmxQg0iq7+YFk=
=WPHX
-----END PGP SIGNATURE-----
--TakKZr9L6Hm6aLOc--
---------------------------------------
Received: (at 324059-close) by bugs.debian.org; 13 Sep 2005 09:39:22 +0000
>From [EMAIL PROTECTED] Tue Sep 13 02:39:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EF793-0002B9-00; Tue, 13 Sep 2005 02:32:05 -0700
From: Alexis Sukrieh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324059: fixed in tecnoballz 0.91cvs20050828-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 13 Sep 2005 02:32:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: tecnoballz
Source-Version: 0.91cvs20050828-1
We believe that the bug you reported is fixed in the latest version of
tecnoballz, which is due to be installed in the Debian FTP archive:
tecnoballz-data_0.91cvs20050828-1_all.deb
to pool/main/t/tecnoballz/tecnoballz-data_0.91cvs20050828-1_all.deb
tecnoballz_0.91cvs20050828-1.diff.gz
to pool/main/t/tecnoballz/tecnoballz_0.91cvs20050828-1.diff.gz
tecnoballz_0.91cvs20050828-1.dsc
to pool/main/t/tecnoballz/tecnoballz_0.91cvs20050828-1.dsc
tecnoballz_0.91cvs20050828-1_i386.deb
to pool/main/t/tecnoballz/tecnoballz_0.91cvs20050828-1_i386.deb
tecnoballz_0.91cvs20050828.orig.tar.gz
to pool/main/t/tecnoballz/tecnoballz_0.91cvs20050828.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.
Alexis Sukrieh <[EMAIL PROTECTED]> (supplier of updated tecnoballz 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: Tue, 30 Aug 2005 15:11:40 +0200
Source: tecnoballz
Binary: tecnoballz-data tecnoballz
Architecture: source i386 all
Version: 0.91cvs20050828-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Sukrieh <[EMAIL PROTECTED]>
Changed-By: Alexis Sukrieh <[EMAIL PROTECTED]>
Description:
tecnoballz - breaking block game ported from the Amiga platform
tecnoballz-data - graphic, sound and music files for the game tecnoballz
Closes: 318715 324059 324952
Changes:
tecnoballz (0.91cvs20050828-1) unstable; urgency=low
.
* New upstream version (CVS snapshot from 2005 08 28).
(closes: #324059)
* Changed the dependences for building with g++ 4.0 and friends.
(closes: #324952)
* Handling of the environment variable DEB_BUILD_OPTIONS in debian/rules,
changed configure.ac for not overriding debian/rules' CXXFLAGS.
(closes: #318715)
Files:
7b1fd73d9bc9d55e9f7c98c908005b7a 760 games optional
tecnoballz_0.91cvs20050828-1.dsc
7542503b9a6d2b1a57ad7876b87529fe 1987362 games optional
tecnoballz_0.91cvs20050828.orig.tar.gz
8efd9df4a334a70b7ee6ccec49025e5d 218177 games optional
tecnoballz_0.91cvs20050828-1.diff.gz
4ae8907771836328fb92db7f0b99b928 152306 games optional
tecnoballz_0.91cvs20050828-1_i386.deb
952057813083f842db664fdff6f71439 1526276 games optional
tecnoballz-data_0.91cvs20050828-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDJqTL97LBwbNFvdMRAi9MAJ4lOQemnLXHu52n+kDoi07fs47eAACeLQ2L
Lt3eEI+xzO+4m0HbYCZDGVk=
=kAsn
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]