Your message dated Fri, 23 Sep 2005 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300243: fixed in swh-plugins 0.4.14-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; 18 Mar 2005 14:24:57 +0000
>From [EMAIL PROTECTED] Fri Mar 18 06:24:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DCIPI-0008C0-00; Fri, 18 Mar 2005 06:24:56 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCIPC-0007Hc-Hg; Fri, 18 Mar 2005 15:24:54 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: swh-plugins: FTBFS (amd64/gcc-4.0): unrecognized command line option 
"-fmove-all-movables"
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 18 Mar 2005 15:24:54 +0100
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: swh-plugins
Severity: normal
Tags: patch

When building 'swh-plugins' on amd64 or ppc64 with gcc-4.0,
I get the following error:

make[3]: Entering directory `/swh-plugins-0.4.13/util'
if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -O6 
-fstrength-reduce -funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC    
-MT rms.o -MD -MP -MF ".deps/rms.Tpo" -c -o rms.o rms.c; \
then mv -f ".deps/rms.Tpo" ".deps/rms.Po"; else rm -f ".deps/rms.Tpo"; exit 1; 
fi
cc1: error: unrecognized command line option "-fmove-all-movables"
make[3]: *** [rms.o] Error 1
make[3]: Leaving directory `/swh-plugins-0.4.13/util'

With the attached patch 'swh-plugins' can be compiled
on amd64 and ppc64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/swh-plugins-0.4.13/configure.in ./configure.in
--- ../tmp-orig/swh-plugins-0.4.13/configure.in 2005-03-05 17:46:13.000000000 
+0100
+++ ./configure.in      2005-03-18 13:48:10.000000000 +0100
@@ -99,10 +99,12 @@
   AC_MSG_WARN([Can't fine architecture specifaction in CFLAGS, picking one 
from build host CPU type])
   AC_MSG_WARN([May result in non-portable code])
   dnl For gcc use:
   MACHINE="-mcpu=${build_cpu} -march=${build_cpu}"
   if test ${build_cpu} = "powerpc"; then MACHINE=""; fi
+  if test ${build_cpu} = "powerpc64"; then MACHINE=""; fi
+  if test ${build_cpu} = "x86_64"; then MACHINE=""; fi
 
-  CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce 
-funroll-loops -fmove-all-movables -ffast-math -fPIC -DPIC ${MACHINE} 
${USE_SSE} ${DARWIN_CFLAGS}"
+  CFLAGS="$CFLAGS -Wall -O6 -fomit-frame-pointer -fstrength-reduce 
-funroll-loops -ffast-math -fPIC -DPIC ${MACHINE} ${USE_SSE} ${DARWIN_CFLAGS}"
 
   dnl For Intel's C compiler use:
   dnl CC="icc"
diff -urN ../tmp-orig/swh-plugins-0.4.13/debian/control ./debian/control
--- ../tmp-orig/swh-plugins-0.4.13/debian/control       2005-03-18 
14:03:32.062430552 +0100
+++ ./debian/control    2005-03-18 14:03:19.868783930 +0100
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Anand Kumria <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libtool, ladspa-sdk, fftw3-dev (>= 
3.0.1-1), ed
+Build-Depends: debhelper (>> 4.0.0), libtool, automake1.8, ladspa-sdk, 
fftw3-dev (>= 3.0.1-1), ed
 Standards-Version: 3.6.1.0
 
 Package: swh-plugins
diff -urN ../tmp-orig/swh-plugins-0.4.13/util/pitchscale.h ./util/pitchscale.h
--- ../tmp-orig/swh-plugins-0.4.13/util/pitchscale.h    2005-03-05 
17:46:13.000000000 +0100
+++ ./util/pitchscale.h 2005-03-18 13:51:47.520389503 +0100
@@ -46,6 +46,5 @@
                const double sampleRate, const float *indata, float *outdata,
                const int adding, const float gain);
 
-extern float ps_in[], ps_out[];
 
 #endif

---------------------------------------
Received: (at 300243-close) by bugs.debian.org; 23 Sep 2005 14:48:38 +0000
>From [EMAIL PROTECTED] Fri Sep 23 07:48:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EIopM-0008Sd-00; Fri, 23 Sep 2005 07:47:04 -0700
From: Anand Kumria <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300243: fixed in swh-plugins 0.4.14-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 23 Sep 2005 07:47:04 -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: swh-plugins
Source-Version: 0.4.14-1

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

swh-plugins_0.4.14-1.diff.gz
  to pool/main/s/swh-plugins/swh-plugins_0.4.14-1.diff.gz
swh-plugins_0.4.14-1.dsc
  to pool/main/s/swh-plugins/swh-plugins_0.4.14-1.dsc
swh-plugins_0.4.14-1_i386.deb
  to pool/main/s/swh-plugins/swh-plugins_0.4.14-1_i386.deb
swh-plugins_0.4.14.orig.tar.gz
  to pool/main/s/swh-plugins/swh-plugins_0.4.14.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.
Anand Kumria <[EMAIL PROTECTED]> (supplier of updated swh-plugins 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, 21 Sep 2005 01:11:27 +1000
Source: swh-plugins
Binary: swh-plugins
Architecture: source i386
Version: 0.4.14-1
Distribution: unstable
Urgency: low
Maintainer: Anand Kumria <[EMAIL PROTECTED]>
Changed-By: Anand Kumria <[EMAIL PROTECTED]>
Description: 
 swh-plugins - Steve Harris's LADSPA plugins
Closes: 300243
Changes: 
 swh-plugins (0.4.14-1) unstable; urgency=low
 .
   * New upstream release
   * Update for C++ and gcc 4.x transitions (Closes: #300243)
   * Bump Standards-Version to 3.6.2.1
Files: 
 5fbf31790d8b21d428e0a6d3d2ef7d6d 765 sound optional swh-plugins_0.4.14-1.dsc
 ae962f9ad41d7d828119f5f7738fb246 948792 sound optional 
swh-plugins_0.4.14.orig.tar.gz
 f26854525b4b796cf6920c531a92153c 25433 sound optional 
swh-plugins_0.4.14-1.diff.gz
 6d06e0e181624772afa8da42843013df 454196 sound optional 
swh-plugins_0.4.14-1_i386.deb

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

iQCVAwUBQzQSiGRmcAD8BdppAQKJmwP6Am84PSij/ARAgxsbKCB7QgulDUEgrGM7
wNADNe3Xzm1CN089VCS1vTS8PkBrR9LGkfhiRVc6BqN0VztcQ9oQ9DxC3pJ9cBog
wmKVzguOYzWrYlQPnWihdS+i7drTlXlEoZf4txilBcjjiF9h/0xlwwAQkbfzhVtp
YdR+iO+6468=
=4EJW
-----END PGP SIGNATURE-----


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

Reply via email to