Your message dated Tue, 26 Apr 2005 14:20:56 -0300
with message-id <[EMAIL PROTECTED]>
and subject line fixed by NMU upload
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; 6 Apr 2005 17:42:01 +0000
>From [EMAIL PROTECTED] Wed Apr 06 10:42:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d007051.adsl.hansenet.de (localhost.localdomain) [80.171.7.51] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DJEXQ-00064Y-00; Wed, 06 Apr 2005 10:42:00 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DJEXV-0007ec-2k; Wed, 06 Apr 2005 19:42:05 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zynaddsubfx: FTBFS (amd64/gcc-4.0): FL/fl_ask.h: No such file or 
directory
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 06 Apr 2005 19:42:05 +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-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: zynaddsubfx
Version: 2.1.1-1
Severity: normal
Tags: patch

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

gcc -O6 -ggdb -Wall  -DOS_LINUX -DALSAMIDIIN -DFFTW_VERSION_3 -DASM_F2I_YES 
`fltk-config --cflags`  -DOSSAUDIOOUT -DJACKAUDIOOUT  `pkg-config --cflags 
jack`   -c -o PresetsUI.o PresetsUI.cc
In file included from PresetsUI.cc:3:
PresetsUI.h:6:23: error: FL/fl_ask.h: No such file or directory
make[2]: *** [PresetsUI.o] Error 1
make[2]: Leaving directory `/zynaddsubfx-2.1.1/src/UI'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/zynaddsubfx-2.1.1/src/UI/PresetsUI.fl 
./src/UI/PresetsUI.fl
--- ../tmp-orig/zynaddsubfx-2.1.1/src/UI/PresetsUI.fl   2004-08-22 
23:11:15.000000000 +0200
+++ ./src/UI/PresetsUI.fl       2005-04-06 19:33:46.992091465 +0200
@@ -2,7 +2,7 @@
 version 1.0105 
 header_name {.h} 
 code_name {.cc}
-decl {\#include <FL/fl_ask.h>} {public
+decl {\#include <FL/fl_ask.H>} {public
 } 
 
 decl {\#include <stdio.h>} {public
diff -urN ../tmp-orig/zynaddsubfx-2.1.1/src/Seq/MIDIEvents.C 
./src/Seq/MIDIEvents.C
--- ../tmp-orig/zynaddsubfx-2.1.1/src/Seq/MIDIEvents.C  2004-07-31 
02:14:57.000000000 +0200
+++ ./src/Seq/MIDIEvents.C      2005-04-06 19:34:58.046769078 +0200
@@ -39,7 +39,7 @@
     if (l->current!=NULL) l->current->next=tmp;
        else l->first=tmp;
     l->current=tmp;
-    printf("Wx%x ",(int) l->current);
+    printf("Wx%lx ",(long) l->current);
     printf("-> %d  \n",l->current->ev.deltatime);
     l->size++;
 };
@@ -56,8 +56,8 @@
     if (l->current!=NULL) {
 //     ev->deltatime=10000;
 //     printf("Rx%d\n",l->current->ev.deltatime);
-       printf("Rx%x  ",(int) l->current);
-       printf("-> %d  (next=%x) 
\n",(int)l->current->ev.deltatime,(int)l->current->next);
+       printf("Rx%lx  ",(long) l->current);
+       printf("-> %d  (next=%lx) 
\n",(int)l->current->ev.deltatime,(long)l->current->next);
     };
 
 };

---------------------------------------
Received: (at 303436-done) by bugs.debian.org; 26 Apr 2005 17:23:33 +0000
>From [EMAIL PROTECTED] Tue Apr 26 10:23:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from linares.terra.com.br [200.154.55.228] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQTmW-0005su-00; Tue, 26 Apr 2005 10:23:33 -0700
Received: from bugala.terra.com.br (bugala.terra.com.br [200.154.55.135])
        by linares.terra.com.br (Postfix) with ESMTP id 16672DDC93F
        for <[EMAIL PROTECTED]>; Tue, 26 Apr 2005 14:23:31 -0300 (BRT)
X-Terra-Karma: -2%
X-Terra-Hash: d9050ffc3e12b1c6728f1fe4d52f0538
Received-SPF: none (bugala.terra.com.br: 200.154.55.135 is neither permitted 
nor denied by domain of debian.org) client-ip=200.154.55.135; [EMAIL 
PROTECTED]; helo=[10.1.1.3];
Received: from [10.1.1.3] (pasteur.colband.com.br [200.245.157.15])
        (authenticated user emacan)
        by bugala.terra.com.br (Postfix) with ESMTP id 045CEBA404A
        for <[EMAIL PROTECTED]>; Tue, 26 Apr 2005 14:23:28 -0300 (BRT)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 26 Apr 2005 14:20:56 -0300
From: Eduardo Marcel Macan <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0 (X11/20050116)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: fixed by NMU upload
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This bug was fixed via NMU. The fix was incorporated upstream and the 
new version of zynaddsubfx recently packaged dos not suffer from it.


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

Reply via email to