Your message dated Thu, 25 Aug 2005 14:54:44 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324731: muse: FTBFS on 64 bit arches: error: cast from 
'LMaster*' to 'int' loses precision
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; 23 Aug 2005 17:39:13 +0000
>From [EMAIL PROTECTED] Tue Aug 23 10:39:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adicia.telenet-ops.be [195.130.132.56] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E7cjx-00010x-00; Tue, 23 Aug 2005 10:39:13 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by adicia.telenet-ops.be (Postfix) with SMTP id 15C8844475
        for <[EMAIL PROTECTED]>; Tue, 23 Aug 2005 19:39:11 +0200 (MEST)
Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74])
        by adicia.telenet-ops.be (Postfix) with ESMTP id EBBD1444AB
        for <[EMAIL PROTECTED]>; Tue, 23 Aug 2005 19:39:10 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id 4EEEE26136; Tue, 23 Aug 2005 19:39:10 +0200 (CEST)
Date: Tue, 23 Aug 2005 19:39:10 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: muse: FTBFS on 64 bit arches: error: cast from 'LMaster*' to 'int' 
loses precision
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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: muse
Version: 0.7.1+0.7.2pre2-3
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the
one of the following errors:

app.cpp: In member function 'void MusE::startPianoroll(PartList*)':
app.cpp:1366: error: cast from 'PianoRoll*' to 'int' loses precision
app.cpp: In member function 'void MusE::startListEditor(PartList*)':
app.cpp:1387: error: cast from 'ListEdit*' to 'int' loses precision
[...]


Kurt


---------------------------------------
Received: (at 324731-done) by bugs.debian.org; 25 Aug 2005 12:54:49 +0000
>From [EMAIL PROTECTED] Thu Aug 25 05:54:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from antares.tat.physik.uni-tuebingen.de [134.2.170.62] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E8HFp-0001aS-00; Thu, 25 Aug 2005 05:54:49 -0700
Received: from localhost (localhost [127.0.0.1])
        by antares.tat.physik.uni-tuebingen.de (Postfix) with ESMTP id 
B058A4A660
        for <[EMAIL PROTECTED]>; Thu, 25 Aug 2005 14:54:46 +0200 (CEST)
Received: from antares.tat.physik.uni-tuebingen.de ([127.0.0.1])
        by localhost (antares [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 09861-05 for <[EMAIL PROTECTED]>;
        Thu, 25 Aug 2005 14:54:44 +0200 (CEST)
Received: by antares.tat.physik.uni-tuebingen.de (Postfix, from userid 1000)
        id B1DF44ADFA; Thu, 25 Aug 2005 14:54:44 +0200 (CEST)
Date: Thu, 25 Aug 2005 14:54:44 +0200
From: Daniel Kobras <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#324731: muse: FTBFS on 64 bit arches: error: cast from 
'LMaster*' to 'int' loses precision
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.10i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at 
tat.physik.uni-tuebingen.de
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=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: muse
Version: 0.7.1+0.7.2pre2-4

On Tue, Aug 23, 2005 at 07:39:10PM +0200, Kurt Roeckx wrote:
> Your package is failing to build on 64 bit arches with the
> one of the following errors:
> 
> app.cpp: In member function 'void MusE::startPianoroll(PartList*)':
> app.cpp:1366: error: cast from 'PianoRoll*' to 'int' loses precision
> app.cpp: In member function 'void MusE::startListEditor(PartList*)':
> app.cpp:1387: error: cast from 'ListEdit*' to 'int' loses precision
> [...]

Yep, been tracking that one since -1, but it took me three tries to
catch all occurences. -4 now compiles fine on ia64 and amd64.

Thanks,

Daniel.


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

Reply via email to