Your message dated Wed, 14 Sep 2005 06:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325209: fixed in rezound 0.12.2beta-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; 26 Aug 2005 20:28:39 +0000
>From [EMAIL PROTECTED] Fri Aug 26 13:28:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c203066.adsl.hansenet.de (localhost.localdomain) [213.39.203.66] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E8koZ-0007L4-00; Fri, 26 Aug 2005 13:28:39 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1E8koX-0005bq-Ng; Fri, 26 Aug 2005 22:28:37 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: rezound: FTBFS (amd64): cast from 'void*' to 'unsigned int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 26 Aug 2005 22:28:37 +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: rezound
Version: 0.12.0beta-3
Severity: serious
Tags: patch

When building 'rezound' on amd64/unstable,
I get the following error:

In file included from ../backend/Generate/GenerateActions.h:26,
                 from CMainWindow.cpp:746:
../backend/Generate/CGenerateNoiseAction.h:58:5: warning: #warning this should 
be defined by the selection, or give the user a choice
CMainWindow.cpp:1439:2: warning: #warning ??? make this an action?
../backend/AStatusComm.h:59: warning: 'class AStatusComm' has virtual functions 
but non-virtual destructor
CMainWindow.cpp: In member function 'long int 
CMainWindow::onKeyboardShuttle(FX::FXObject*, FX::FXSelector, void*)':
CMainWindow.cpp:1837: error: cast from 'void*' to 'unsigned int' loses precision
CMainWindow.cpp:1843: error: cast from 'void*' to 'unsigned int' loses precision
make[3]: *** [CMainWindow.lo] Error 1
make[3]: Leaving directory 
`/rezound-0.12.0beta/build-tree/rezound-0.12.0beta/src/frontend_fox'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/rezound-0.12.0beta/debian/patches/06_amd64_gcc4.patch 
./debian/patches/06_amd64_gcc4.patch
--- ../tmp-orig/rezound-0.12.0beta/debian/patches/06_amd64_gcc4.patch   
2005-08-26 19:49:37.000000000 +0000
+++ ./debian/patches/06_amd64_gcc4.patch        2005-08-26 19:49:01.000000000 
+0000
@@ -61,3 +61,22 @@
                
                if(repeatTypeComboBox->getCurrentItem()==0)
                { // repeating it a given number of times
+diff -urN ../rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp 
rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp
+--- ../rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp     2005-08-26 
19:28:49.000000000 +0000
++++ rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp        2005-08-26 
19:39:22.000000000 +0000
+@@ -1834,13 +1834,13 @@
+ 
+       if(pos==0 && FXSELID(sel)==ID_SHUTTLE_BACKWARD)
+       {
+-              if((unsigned)ptr > 1/*came from keyboard event*/) 
enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
++              if((unsigned long)ptr > 1/*came from keyboard event*/) 
enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
+               shuttleDial->setValue(pos-inc);
+               onShuttleChange(sender,sel,ptr);
+       }
+       else if(pos==0 && FXSELID(sel)==ID_SHUTTLE_FORWARD)
+       {
+-              if((unsigned)ptr > 1/*came from keyboard event*/) 
enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
++              if((unsigned long)ptr > 1/*came from keyboard event*/) 
enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
+               shuttleDial->setValue(pos+inc);
+               onShuttleChange(sender,sel,ptr);
+       }

---------------------------------------
Received: (at 325209-close) by bugs.debian.org; 14 Sep 2005 13:18:41 +0000
>From [EMAIL PROTECTED] Wed Sep 14 06:18:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EFX8M-0003Uw-00; Wed, 14 Sep 2005 06:17:06 -0700
From: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325209: fixed in rezound 0.12.2beta-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 14 Sep 2005 06:17:06 -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: rezound
Source-Version: 0.12.2beta-1

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

rezound_0.12.2beta-1.diff.gz
  to pool/main/r/rezound/rezound_0.12.2beta-1.diff.gz
rezound_0.12.2beta-1.dsc
  to pool/main/r/rezound/rezound_0.12.2beta-1.dsc
rezound_0.12.2beta-1_i386.deb
  to pool/main/r/rezound/rezound_0.12.2beta-1_i386.deb
rezound_0.12.2beta.orig.tar.gz
  to pool/main/r/rezound/rezound_0.12.2beta.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.
Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated rezound 
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: Wed, 14 Sep 2005 08:57:13 +0200
Source: rezound
Binary: rezound
Architecture: source i386
Version: 0.12.2beta-1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Description: 
 rezound    - Audio file editor
Closes: 325209 325952 328153
Changes: 
 rezound (0.12.2beta-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed 64 bit problems, thanks to Andreas Jochens (closes: #325209)
   * recompile against new flac (closes: #325952)
   * libxmesa-dev build dependency changed to libxmesa-gl-dev (closes: #328153)
Files: 
 88a563a2961659cca66d7bc7521870e1 1015 sound optional rezound_0.12.2beta-1.dsc
 40b4c4bdef4bf9c39264d4c49a730530 1727116 sound optional 
rezound_0.12.2beta.orig.tar.gz
 c68e84a410ba085b48a11295a1ad09e7 9247 sound optional 
rezound_0.12.2beta-1.diff.gz
 e41cb14577d6939c68b400a960475fe4 1585908 sound optional 
rezound_0.12.2beta-1_i386.deb

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

iD8DBQFDKCBp1pbKhmC2uVgRAk//AJ9LWH0nDvdfd9MRmWUebIVD502BHwCgksFS
WquVVzpXbW3oX5MRkJfED34=
=rxLB
-----END PGP SIGNATURE-----


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

Reply via email to