Your message dated Thu, 28 Jul 2005 01:17:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285469: fixed in aria 1.0.0-10
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; 13 Dec 2004 13:39:24 +0000
>From [EMAIL PROTECTED] Mon Dec 13 05:39:24 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203038.adsl.hansenet.de (localhost.localdomain) [213.39.203.38] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CdqQ8-0005cF-00; Mon, 13 Dec 2004 05:39:24 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CdqUR-00026c-4h; Mon, 13 Dec 2004 14:43:51 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: aria: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses precision
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 13 Dec 2004 14:43:51 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: aria
Severity: normal
Tags: patch

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

g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -Wno-deprecated 
-DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -I../intl 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-D_REENTRANT -c gui_download.cc
gui_download.cc: In function 'void Backup_selection_list(GtkWidget*, 
std::list<int, std::allocator<int> >&)':
gui_download.cc:134: error: cast from 'void*' to 'int' loses precision
make[4]: *** [gui_download.o] Error 1
make[4]: Leaving directory `/aria-1.0.0/build-tree/aria-1.0.0/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/aria-1.0.0/debian/patches/09_gcc4_fix 
./debian/patches/09_gcc4_fix
--- ../tmp-orig/aria-1.0.0/debian/patches/09_gcc4_fix   1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/09_gcc4_fix        2004-12-13 14:19:30.272565544 +0100
@@ -0,0 +1,12 @@
+diff -urN tmp/src/gui_download.cc aria-1.0.0/src/gui_download.cc
+--- tmp/src/gui_download.cc    2002-10-01 17:32:00.000000000 +0200
++++ aria-1.0.0/src/gui_download.cc     2004-12-13 14:12:47.330822000 +0100
+@@ -131,7 +131,7 @@
+ static void Backup_selection_list(GtkWidget *clist, list<int>& selection_temp)
+ {
+   for(GList* node = GTK_CLIST(clist)->selection; node != NULL; node = 
g_list_next(node)) {
+-    selection_temp.push_back((int)node->data);
++    selection_temp.push_back((long)node->data);
+   }
+ }
+ 

---------------------------------------
Received: (at 285469-close) by bugs.debian.org; 28 Jul 2005 08:25:19 +0000
>From [EMAIL PROTECTED] Thu Jul 28 01:25:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dy3Zj-0005rv-00; Thu, 28 Jul 2005 01:17:07 -0700
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285469: fixed in aria 1.0.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 01:17:07 -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: aria
Source-Version: 1.0.0-10

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

aria_1.0.0-10.diff.gz
  to pool/main/a/aria/aria_1.0.0-10.diff.gz
aria_1.0.0-10.dsc
  to pool/main/a/aria/aria_1.0.0-10.dsc
aria_1.0.0-10_powerpc.deb
  to pool/main/a/aria/aria_1.0.0-10_powerpc.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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated aria 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, 26 Jul 2005 22:43:48 +0200
Source: aria
Binary: aria
Architecture: source powerpc
Version: 1.0.0-10
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description: 
 aria       - Tool to download files from the Internet via HTTP or FTP
Closes: 285469
Changes: 
 aria (1.0.0-10) unstable; urgency=low
 .
   * fix build with g++ 4.0 (closes: #285469), thanks Andreas Jochens
Files: 
 c16df266551020d211c8ee279680e752 621 net optional aria_1.0.0-10.dsc
 d55ec672d67f2f5412a4438235ea2d29 9182 net optional aria_1.0.0-10.diff.gz
 c35cedb89be7708aa31b8f0bd0da1191 724312 net optional aria_1.0.0-10_powerpc.deb

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

iD8DBQFC5qXm+FmQsCSK63MRAlB+AJ9Pna12EP38VXxzsTZSylGPnx+V/QCffRON
o1t72wvohEFb/Npj/q+hn8M=
=8R6k
-----END PGP SIGNATURE-----


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

Reply via email to