Your message dated Sun, 14 Aug 2005 08:32:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#322955: fixed in wstools 0.4.8d-2 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 Aug 2005 18:41:05 +0000 >From [EMAIL PROTECTED] Sat Aug 13 11:41:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from d001162.adsl.hansenet.de (localhost.localdomain) [80.171.1.162] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E40wK-0004OL-00; Sat, 13 Aug 2005 11:41:04 -0700 Received: from aj by localhost.localdomain with local (Exim 4.52) id 1E40wD-0008HU-3K; Sat, 13 Aug 2005 20:41:00 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: wstools: FTBFS (amd64): cast from 'void*' to 'int' loses precision Message-Id: <[EMAIL PROTECTED]> Date: Sat, 13 Aug 2005 20:40:57 +0200 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: wstools Version: 0.4.8d-1 Severity: serious Tags: patch When building 'wstools' on amd64/unstable, I get the following error: c++ -O2 -g -Wall -I.. -DHAVE_FFTW3=1 -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fexceptions -c FSK441Frame.cpp ../common/SoundDev.h:22: warning: 'class ISoundDev' has virtual functions but non-virtual destructor FSK441Frame.cpp: In member function 'virtual void CFSK441Frame::onTXOrder(const wxCommandEvent&)': FSK441Frame.cpp:285: error: cast from 'void*' to 'int' loses precision make[2]: *** [FSK441Frame.o] Error 1 make[2]: Leaving directory `/wstools-0.4.8d/fsk441' With the attached patch 'wstools' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/wstools-0.4.8d/fsk441/FSK441Frame.cpp ./fsk441/FSK441Frame.cpp --- ../tmp-orig/wstools-0.4.8d/fsk441/FSK441Frame.cpp 2004-06-05 17:37:39.000000000 +0000 +++ ./fsk441/FSK441Frame.cpp 2005-08-13 18:29:33.000000000 +0000 @@ -282,7 +282,7 @@ void CFSK441Frame::onTXOrder(const wxCommandEvent& event) { - bool txFirst = int(event.GetClientData()) == Transmit_First; + bool txFirst = long(event.GetClientData()) == Transmit_First; ::wxGetApp().setTXFirst(txFirst); } diff -urN ../tmp-orig/wstools-0.4.8d/jt44/JT44Frame.cpp ./jt44/JT44Frame.cpp --- ../tmp-orig/wstools-0.4.8d/jt44/JT44Frame.cpp 2004-06-05 18:14:17.000000000 +0000 +++ ./jt44/JT44Frame.cpp 2005-08-13 18:30:22.000000000 +0000 @@ -290,7 +290,7 @@ void CJT44Frame::onTXOrder(const wxCommandEvent& event) { - bool txFirst = int(event.GetClientData()) == Transmit_First; + bool txFirst = long(event.GetClientData()) == Transmit_First; ::wxGetApp().setTXFirst(txFirst); } diff -urN ../tmp-orig/wstools-0.4.8d/jt6m/JT6MFrame.cpp ./jt6m/JT6MFrame.cpp --- ../tmp-orig/wstools-0.4.8d/jt6m/JT6MFrame.cpp 2004-06-05 18:46:44.000000000 +0000 +++ ./jt6m/JT6MFrame.cpp 2005-08-13 18:30:46.000000000 +0000 @@ -282,7 +282,7 @@ void CJT6MFrame::onTXOrder(const wxCommandEvent& event) { - bool txFirst = int(event.GetClientData()) == Transmit_First; + bool txFirst = long(event.GetClientData()) == Transmit_First; ::wxGetApp().setTXFirst(txFirst); } --------------------------------------- Received: (at 322955-close) by bugs.debian.org; 14 Aug 2005 15:48:59 +0000 >From [EMAIL PROTECTED] Sun Aug 14 08:48:59 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E4KT2-0003NW-00; Sun, 14 Aug 2005 08:32:08 -0700 From: Joop Stakenborg <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#322955: fixed in wstools 0.4.8d-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 14 Aug 2005 08:32:08 -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: wstools Source-Version: 0.4.8d-2 We believe that the bug you reported is fixed in the latest version of wstools, which is due to be installed in the Debian FTP archive: wstools_0.4.8d-2.diff.gz to pool/main/w/wstools/wstools_0.4.8d-2.diff.gz wstools_0.4.8d-2.dsc to pool/main/w/wstools/wstools_0.4.8d-2.dsc wstools_0.4.8d-2_i386.deb to pool/main/w/wstools/wstools_0.4.8d-2_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. Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated wstools 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: Sun, 14 Aug 2005 16:10:54 +0200 Source: wstools Binary: wstools Architecture: source i386 Version: 0.4.8d-2 Distribution: unstable Urgency: low Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> Changed-By: Joop Stakenborg <[EMAIL PROTECTED]> Description: wstools - digital modes used for DX work on VHF/UHF and Microwave Closes: 322955 Changes: wstools (0.4.8d-2) unstable; urgency=low . * Assorted g++-4.0 fixes by Andreas Jochens, thanks. Closes: #322955. Files: 02ed6f774aaca3c577c11580330569f1 611 hamradio optional wstools_0.4.8d-2.dsc 38671d41bd8479f3ac30a16cd62eda43 2717 hamradio optional wstools_0.4.8d-2.diff.gz feced639c0eead068c2922388ebcad05 217322 hamradio optional wstools_0.4.8d-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC/2BxnuUI/ps3DJoRAuv6AJ428trwExt4LEqOVgmvcJHzyVJq0QCfduoI fUX7Obb0P9mOXQl2oFg4tR0= =022T -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]