Your message dated Mon, 17 Mar 2008 12:32:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417699: fixed in sooperlooper 1.0.8c-3.1
has caused the Debian Bug report #417699,
regarding FTBFS with GCC 4.3: missing #includes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
417699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417699
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sooperlooper
Version: 1.0.8c-2
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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of sooperlooper_1.0.8c-2 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I. -I. -pipe -Wall -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE
> -I/build/tbm/sooperlooper-1.0.8c/build-tree/sooperlooper-1.0.8c/libs/pbd
> -I/build/tbm/sooperlooper-1.0.8c/build-tree/sooperlooper-1.0.8c/libs/midi++
> -I/usr/include/libxml2 -I/usr/lib/sigc++-1.2/include
> -I/usr/include/sigc++-1.2 -c -o pool.o pool.cc
> pool.cc: In constructor 'Pool::Pool(std::string, long unsigned int, long
> unsigned int)':
> pool.cc:43: error: 'malloc' was not declared in this scope
> pool.cc:53: error: 'free' was not declared in this scope
> pool.cc: In destructor 'virtual Pool::~Pool()':
> pool.cc:58: error: 'free' was not declared in this scope
> make[6]: *** [pool.o] Error 1
--- libs/midi++/midicontrollable.cc~ 2007-04-04 11:01:28.000000000 +0000
+++ libs/midi++/midicontrollable.cc 2007-04-04 11:01:37.000000000 +0000
@@ -19,6 +19,7 @@
*/
#include <cstdio> /* for sprintf, sigh */
+#include <climits>
#include <pbd/error.h>
#include <midi++/port.h>
#include <midi++/channel.h>
--- libs/pbd/pool.cc~ 2007-04-04 10:45:25.000000000 +0000
+++ libs/pbd/pool.cc 2007-04-04 10:45:32.000000000 +0000
@@ -18,6 +18,7 @@
$Id: pool.cc,v 1.1 2004/11/06 21:08:00 essej Exp $
*/
+#include <cstdlib>
#include <iostream>
#include <sys/mman.h>
#include <vector>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: sooperlooper
Source-Version: 1.0.8c-3.1
We believe that the bug you reported is fixed in the latest version of
sooperlooper, which is due to be installed in the Debian FTP archive:
sooperlooper_1.0.8c-3.1.diff.gz
to pool/main/s/sooperlooper/sooperlooper_1.0.8c-3.1.diff.gz
sooperlooper_1.0.8c-3.1.dsc
to pool/main/s/sooperlooper/sooperlooper_1.0.8c-3.1.dsc
sooperlooper_1.0.8c-3.1_amd64.deb
to pool/main/s/sooperlooper/sooperlooper_1.0.8c-3.1_amd64.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.
Arthur Loiret <[EMAIL PROTECTED]> (supplier of updated sooperlooper 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: Mon, 17 Mar 2008 00:24:45 +0000
Source: sooperlooper
Binary: sooperlooper
Architecture: source amd64
Version: 1.0.8c-3.1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Arthur Loiret <[EMAIL PROTECTED]>
Description:
sooperlooper - Looping Sampler
Closes: 417699
Changes:
sooperlooper (1.0.8c-3.1) unstable; urgency=low
.
* NMU.
* 02_sooperlooper_gcc-4.3.diff: Add, fix FTBFS with gcc-4.3.
Closes: #417699
Files:
14e3172e1161d1fb8b77e2593c6d49c8 815 sound optional sooperlooper_1.0.8c-3.1.dsc
94f271e76e8aa2d864f4349688617956 6312 sound optional
sooperlooper_1.0.8c-3.1.diff.gz
2aa49e789627da9c61f18a266a623d49 487170 sound optional
sooperlooper_1.0.8c-3.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3mHCvGr7W6HudhwRAhrZAJ9mAS3hW1nQ6LEwaC+x587TI4Pq+QCfSnU8
M/KTCOZlbM3Q9vCUHnl+EPI=
=JtEk
-----END PGP SIGNATURE-----
--- End Message ---