Your message dated Sun, 20 May 2007 09:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417355: fixed in libofa 0.9.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)
--- Begin Message ---
Package: libofa
Version: 0.9.3-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of libofa_0.9.3-1 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -Wall -O2 -Wall -g -c
> signal_op.cpp -fPIC -DPIC -o .libs/signal_op.o
> signal_op.cpp: In member function 'void Signal_op::RemoveSilence(double,
> double)':
> signal_op.cpp:169: error: 'abs' was not declared in this scope
> signal_op.cpp:192: error: 'abs' was not declared in this scope
> signal_op.cpp: In member function 'void Signal_op::Normalize()':
> signal_op.cpp:301: error: 'abs' was not declared in this scope
> make[4]: *** [signal_op.lo] Error 1
> make[4]: Leaving directory `/build/tbm/libofa-0.9.3/lib'
--- lib/signal_op.cpp~ 2007-04-02 12:33:42.000000000 +0000
+++ lib/signal_op.cpp 2007-04-02 12:33:47.000000000 +0000
@@ -12,6 +12,7 @@
// DATE CREATED: 1/12/06
+#include <cstdlib>
#include <math.h>
#include "signal_op.h"
#include "AFLIB/aflibConverter.h"
--- examples/example.cpp~ 2007-04-02 12:34:01.000000000 +0000
+++ examples/example.cpp 2007-04-02 12:34:10.000000000 +0000
@@ -8,6 +8,7 @@
-------------------------------------------------------------------*/
#include "protocol.h"
+#include <cctype>
AudioData* loadWaveFile(char *file);
AudioData* loadDataUsingLAME(char *file);
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libofa
Source-Version: 0.9.3-2
We believe that the bug you reported is fixed in the latest version of
libofa, which is due to be installed in the Debian FTP archive:
libofa0-dev_0.9.3-2_alpha.deb
to pool/main/libo/libofa/libofa0-dev_0.9.3-2_alpha.deb
libofa0_0.9.3-2_alpha.deb
to pool/main/libo/libofa/libofa0_0.9.3-2_alpha.deb
libofa_0.9.3-2.diff.gz
to pool/main/libo/libofa/libofa_0.9.3-2.diff.gz
libofa_0.9.3-2.dsc
to pool/main/libo/libofa/libofa_0.9.3-2.dsc
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.
Lukáš Lalinský <[EMAIL PROTECTED]> (supplier of updated libofa 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: Sat, 19 May 2007 18:01:44 +0200
Source: libofa
Binary: libofa0 libofa0-dev
Architecture: source alpha
Version: 0.9.3-2
Distribution: unstable
Urgency: low
Maintainer: Lukáš Lalinský <[EMAIL PROTECTED]>
Changed-By: Lukáš Lalinský <[EMAIL PROTECTED]>
Description:
libofa0 - Library for acoustic fingerprinting
libofa0-dev - Library for acoustic fingerprinting
Closes: 417355 417389
Changes:
libofa (0.9.3-2) unstable; urgency=low
.
* Removed -lexpat from libofa.pc. (Closes: #417389)
- patches/04_libofa.pc-deps.diff
* Fixed FTBFS with GCC 4.3, patch by Martin Michlmayr. (Closes: #417355)
- patches/05_gcc43.diff
* Fixed debian/watch -- musicdns.org was redesigned.
Files:
177881aa886d50f10301edf47e71a858 625 libs optional libofa_0.9.3-2.dsc
ddfda5dd34b9d550fbd376f3bb4fb8e2 16874 libs optional libofa_0.9.3-2.diff.gz
1d2c4217a321bcd47be8a7f0825699be 77992 libdevel optional
libofa0-dev_0.9.3-2_alpha.deb
75bff4454cbbb22e818316870cac0c72 61250 libs optional libofa0_0.9.3-2_alpha.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGUBAA04be4mLurYsRAmMrAKDhxROPRWbknjk8bzv/r/RqEcT4UQCg0iel
XuxuiIan95M+orADJLxrpGE=
=3neH
-----END PGP SIGNATURE-----
--- End Message ---