Your message dated Fri, 12 Aug 2005 15:17:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285481: fixed in audacity 1.2.3-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 Dec 2004 15:00:40 +0000
>From [EMAIL PROTECTED] Mon Dec 13 07:00:40 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 1Cdrgl-0002Su-00; Mon, 13 Dec 2004 07:00:40 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Cdrl4-0006qd-Rk; Mon, 13 Dec 2004 16:05:06 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: audacity: FTBFS (amd64/gcc-4.0): non-local variable '<anonymous 
struct> loud_lookup []' uses anonymous type
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 13 Dec 2004 16:05:06 +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: audacity
Severity: normal
Tags: patch

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

g++ -c -g -O allegrord.cpp -o allegrord.cpp.o
allegrord.cpp:439: error: non-local variable '<anonymous struct> loud_lookup 
[]' uses anonymous type
make[3]: *** [allegrord.cpp.o] Error 1
make[3]: Leaving directory `/audacity-1.2.3/lib-src/allegro'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/audacity-1.2.3/lib-src/allegro/allegrord.cpp 
./lib-src/allegro/allegrord.cpp
--- ../tmp-orig/audacity-1.2.3/lib-src/allegro/allegrord.cpp    2004-11-18 
07:17:30.000000000 +0100
+++ ./lib-src/allegro/allegrord.cpp     2004-12-13 15:30:04.585852080 +0100
@@ -433,7 +433,7 @@
     return dur;
 }
 
-struct {
+static struct {
     char *str;
     int val;
 } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100}, 

---------------------------------------
Received: (at 285481-close) by bugs.debian.org; 12 Aug 2005 22:19:25 +0000
>From [EMAIL PROTECTED] Fri Aug 12 15:19:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E3hpr-0004vq-00; Fri, 12 Aug 2005 15:17:07 -0700
From: Matt Brubeck <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285481: fixed in audacity 1.2.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 12 Aug 2005 15: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: audacity
Source-Version: 1.2.3-2

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

audacity_1.2.3-2.diff.gz
  to pool/main/a/audacity/audacity_1.2.3-2.diff.gz
audacity_1.2.3-2.dsc
  to pool/main/a/audacity/audacity_1.2.3-2.dsc
audacity_1.2.3-2_i386.deb
  to pool/main/a/audacity/audacity_1.2.3-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.
Matt Brubeck <[EMAIL PROTECTED]> (supplier of updated audacity 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,  2 Aug 2005 20:53:09 -0700
Source: audacity
Binary: audacity
Architecture: source i386
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Matt Brubeck <[EMAIL PROTECTED]>
Changed-By: Matt Brubeck <[EMAIL PROTECTED]>
Description: 
 audacity   - A fast, cross-platform audio editor
Closes: 285481 320995
Changes: 
 audacity (1.2.3-2) unstable; urgency=low
 .
   * Build against libwxgtk2.4-1 (closes: #320995).
   * 001-allegro-gcc4.diff (from Andreas Jochens) -
     Fix AMD64/gcc4 compilation error (closes: #285481).
   * debian/control: Add Build-Conflicts with libwxgtk2.5-dev.
   * debian/copyright: Refer to specific versions of (L)GPL from
     common-licenses.  Remove extraneous characters from SoundTouch
     license notice.  (Thanks to Marc 'HE' Brockschmidt.)
Files: 
 59054e0fd08f3c8e881787aa2f6b3f10 757 sound optional audacity_1.2.3-2.dsc
 2a652b00c8b7b477faf81d9228d9bb9d 14114 sound optional audacity_1.2.3-2.diff.gz
 2e4b8539dd7fd485b12a96c0bce711db 1688468 sound optional 
audacity_1.2.3-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC/R1rKN6ufymYLloRAqRUAKDLkqnCPpBKlN00ylzE9eOXWpRYzQCfa68j
bWd5tLTsZtHkeIPuE6yBT5k=
=tS8G
-----END PGP SIGNATURE-----


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

Reply via email to