Your message dated Tue, 06 Dec 2005 11:17:31 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298418: fixed in starplot 0.95.3-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; 7 Mar 2005 13:02:12 +0000
>From [EMAIL PROTECTED] Mon Mar 07 05:02:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D8HsB-0002qp-00; Mon, 07 Mar 2005 05:02:11 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D8IoV-0007Ov-CX; Mon, 07 Mar 2005 15:02:27 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: starplot: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 07 Mar 2005 15:02:27 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: starplot
Severity: normal
Tags: patch

When building 'starplot' on amd64 with gcc-4.0,
I get the following error:

if g++ -DHAVE_CONFIG_H -I. -I. -I..    -Wall `pkg-config --cflags gtk+-2.0` 
-DDOCDIR=\"/usr/share/doc/starplot\" -DSTARPLOT_VERSION=\"0.95\" 
-DDATADIR=\"/usr/share/starplot\" -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -MT 
starplot-infodialogs.o -MD -MP -MF ".deps/starplot-infodialogs.Tpo" -c -o 
starplot-infodialogs.o `test -f 'gui/infodialogs.cc' || echo 
'./'`gui/infodialogs.cc; \
then mv -f ".deps/starplot-infodialogs.Tpo" ".deps/starplot-infodialogs.Po"; 
else rm -f ".deps/starplot-infodialogs.Tpo"; exit 1; fi
gui/infodialogs.cc: In function 'void print_double_to_text(GtkTreeViewColumn*, 
GtkCellRenderer*, GtkTreeModel*, GtkTreeIter*, void*)':
gui/infodialogs.cc:147: error: cast from 'void*' to 'int' loses precision
gui/../classes/colors.h: At global scope:
gui/../classes/colors.h:44: warning: 'CLASS_COLORS' defined but not used
make[3]: *** [starplot-infodialogs.o] Error 1
make[3]: Leaving directory `/starplot-0.95/src'

With the attached patch 'starplot' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/starplot-0.95/src/gui/infodialogs.cc 
./src/gui/infodialogs.cc
--- ../tmp-orig/starplot-0.95/src/gui/infodialogs.cc    2004-08-20 
19:53:30.000000000 +0200
+++ ./src/gui/infodialogs.cc    2005-03-07 14:53:03.728160917 +0100
@@ -144,7 +144,7 @@
   /* Free the previous (default) text of the column's renderer. */
   g_free (cell_text->text);
   /* Get the double value from the model. */
-  gtk_tree_model_get (treemodel, iter, (int)data, &d, -1);
+  gtk_tree_model_get (treemodel, iter, (long)data, &d, -1);
   /* Now we can format the value ourselves. */
   cell_text->text = g_strdup (starstrings::ftoa(d, 4).c_str());
 }

---------------------------------------
Received: (at 298418-close) by bugs.debian.org; 6 Dec 2005 19:21:18 +0000
>From [EMAIL PROTECTED] Tue Dec 06 11:21:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EjiJf-0004aj-DV; Tue, 06 Dec 2005 11:17:31 -0800
From: Francisco Garcia <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#298418: fixed in starplot 0.95.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 06 Dec 2005 11:17:31 -0800
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: starplot
Source-Version: 0.95.3-1

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

starplot_0.95.3-1.diff.gz
  to pool/main/s/starplot/starplot_0.95.3-1.diff.gz
starplot_0.95.3-1.dsc
  to pool/main/s/starplot/starplot_0.95.3-1.dsc
starplot_0.95.3-1_i386.deb
  to pool/main/s/starplot/starplot_0.95.3-1_i386.deb
starplot_0.95.3.orig.tar.gz
  to pool/main/s/starplot/starplot_0.95.3.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.
Francisco Garcia <[EMAIL PROTECTED]> (supplier of updated starplot 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, 22 Sep 2005 22:01:12 +0200
Source: starplot
Binary: starplot
Architecture: source i386
Version: 0.95.3-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Garcia <[EMAIL PROTECTED]>
Changed-By: Francisco Garcia <[EMAIL PROTECTED]>
Description: 
 starplot   - 3-dimensional perspective star map viewer
Closes: 298418
Changes: 
 starplot (0.95.3-1) unstable; urgency=low
 .
   [ Francisco Garcia ]
   * New upstream release
   * Fixed the compilation failure on 64-bit architectures.
     Thanks to Andreas Jochens <[EMAIL PROTECTED]> (Closes: #298418)
   * Removed the hack to generate es.gmo in debian/rules file.
 .
   [ Kevin McCarty ]
   * Update to debhelper version 5.
   * Add postrm removing /var/lib/starplot directory.
   * Update gliese.spec and yale.spec files to most recent versions.
   * Add NEWS file about the new stardata-common package.
Files: 
 8403b20ceb13e730b5bc716b7b7e3bc7 709 science optional starplot_0.95.3-1.dsc
 267573a8155387d5b0399144e5ef4118 464419 science optional 
starplot_0.95.3.orig.tar.gz
 bd98977f3874c41caa375b202d9b77b1 9906 science optional 
starplot_0.95.3-1.diff.gz
 bd8ebb75d1db7516aa64bf885b0e2bac 311790 science optional 
starplot_0.95.3-1_i386.deb

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

iD8DBQFDleFJfYxAIk+Dx1ERAh68AJ9qZIBfXmcJo/bfC2qLXfDFvFAu0wCdHJ2T
aeyJX5fzkW2JopK+aTMnnWk=
=Sqe9
-----END PGP SIGNATURE-----


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

Reply via email to