Your message dated Mon, 29 Aug 2005 15:02:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324052: fixed in stellarium 0.6.2-3
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:13:47 +0000
>From [EMAIL PROTECTED] Fri Aug 19 18:13:47 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 1E6Hvf-0000Cg-00; Fri, 19 Aug 2005 18:13:47 -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 j7K1DkS5046399
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 18:13:46 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E6APV-00011f-7g
        for [EMAIL PROTECTED]; Fri, 19 Aug 2005 10:12:05 -0700
Date: Fri, 19 Aug 2005 10:12:05 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Declaration of stel_ui with no type
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk"
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--R3G7APHDIzY6R/pk
Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs"
Content-Disposition: inline


--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: stellarium
Version: 0.6.2-2
Severity: serious
Tags: patch

stellarium fails to build because it uses stel_ui before it is declared:

> if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../src/glpng -I../src=
/stellplanet -I../src/stellastro -I../src/iniparser    -Wall -O3 -I/usr/inc=
lude/SDL -D_REENTRANT -MT stel_ui.o -MD -MP -MF ".deps/stel_ui.Tpo" \
>   -c -o stel_ui.o `test -f 'stel_ui.cpp' || echo './'`stel_ui.cpp; \
> then mv -f ".deps/stel_ui.Tpo" ".deps/stel_ui.Po"; \
> else rm -f ".deps/stel_ui.Tpo"; exit 1; \
> fi
> stel_object.h:38: warning: 'class stel_object' has virtual functions but =
non-virtual destructor
> orbit.h:20: warning: 'class Orbit' has virtual functions but non-virtual =
destructor
> orbit.h:30: warning: 'class EllipticalOrbit' has virtual functions but no=
n-virtual destructor
> orbit.h:61: warning: 'class OrbitSampleProc' has virtual functions but no=
n-virtual destructor
> orbit.h:75: warning: 'class CachingOrbit' has virtual functions but non-v=
irtual destructor
> stel_core.h:149: error: ISO C++ forbids declaration of 'stel_ui' with no =
type
> stel_core.h:149: error: expected ';' before '*' token

Adding a forward declaration fixes this problem.  The attached patch
does so.

--=20
Matt

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- stellarium-0.6.2.orig/src/stel_core.h
+++ stellarium-0.6.2/src/stel_core.h
@@ -46,6 +46,8 @@
 #include "meteor_mgr.h"
 #include "sky_localizer.h"
=20
+class stel_ui;
+
 class stel_core
 {
 friend class stel_ui;

--82I3+IH0IqGh5yIs--

--R3G7APHDIzY6R/pk
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)

iD8DBQFDBhLkfNdgYxVXvBARAtpCAKCL9zcFYC7AyeGmn6WZDCGNM5h07ACgrrsE
4MAaEi0oouFqVkAeTGkS28U=
=VP9e
-----END PGP SIGNATURE-----

--R3G7APHDIzY6R/pk--

---------------------------------------
Received: (at 324052-close) by bugs.debian.org; 29 Aug 2005 22:09:19 +0000
>From [EMAIL PROTECTED] Mon Aug 29 15:09:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E9rho-0004TA-00; Mon, 29 Aug 2005 15:02:16 -0700
From: =?utf-8?q?C=C3=A9dric_Delfosse?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324052: fixed in stellarium 0.6.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 29 Aug 2005 15:02:16 -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

Source: stellarium
Source-Version: 0.6.2-3

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

stellarium-data_0.6.2-3_all.deb
  to pool/main/s/stellarium/stellarium-data_0.6.2-3_all.deb
stellarium_0.6.2-3.diff.gz
  to pool/main/s/stellarium/stellarium_0.6.2-3.diff.gz
stellarium_0.6.2-3.dsc
  to pool/main/s/stellarium/stellarium_0.6.2-3.dsc
stellarium_0.6.2-3_i386.deb
  to pool/main/s/stellarium/stellarium_0.6.2-3_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.
Cédric Delfosse <[EMAIL PROTECTED]> (supplier of updated stellarium 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: Mon, 29 Aug 2005 23:25:26 +0200
Source: stellarium
Binary: stellarium-data stellarium
Architecture: source i386 all
Version: 0.6.2-3
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
Changed-By: Cédric Delfosse <[EMAIL PROTECTED]>
Description: 
 stellarium - real-time photo-realistic sky generator
 stellarium-data - datafiles for Stellarium, a real-time photo-realistic sky 
generat
Closes: 324052
Changes: 
 stellarium (0.6.2-3) unstable; urgency=low
 .
   * Fix FTBFS: Declaration of stel_ui with no type (Closes: Bug#324052)
Files: 
 e8b9895d09686fe2a69b82ba8aaab49e 659 science optional stellarium_0.6.2-3.dsc
 fc87c828c6358e82046c8f0ebaea2508 8501 science optional 
stellarium_0.6.2-3.diff.gz
 2fc23dba59e23d7d5491ba3f53d0ee1b 7989046 science optional 
stellarium-data_0.6.2-3_all.deb
 7f51d10218e4bf49410c70d18d76d3ad 1013722 science optional 
stellarium_0.6.2-3_i386.deb

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

iD8DBQFDE4SfbmmXPPfovGMRApCtAJ9fwj7NiXwq4Ytjrs8gBhkYBTz87ACfWE17
W5tXqtMQbztC5vDQcc//vSs=
=0cUM
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to