Your message dated Sat, 15 Mar 2008 17:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417704: fixed in stk 4.2.0-9.2
has caused the Debian Bug report #417704,
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.)
--
417704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417704
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: stk
Version: 4.2.0-9
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 stk_4.2.0-9 on coconut0 by sbuild/ia64 0.49
...
> In file included from RtAudio.cpp:42:
> ../include/RtAudio.h:149: warning: type qualifiers ignored on function return
> type
> ../include/RtAudio.h:486: warning: type qualifiers ignored on function return
> type
> RtAudio.cpp:442: warning: type qualifiers ignored on function return type
> RtAudio.cpp: In member function 'virtual void RtApiOss::initialize()':
> RtAudio.cpp:541: error: 'atoi' was not declared in this scope
> RtAudio.cpp:545: error: 'atoi' was not declared in this scope
> RtAudio.cpp: In member function 'virtual bool RtApiOss::probeDeviceOpen(int,
> RtApi::StreamMode, int, int, RtAudioFormat, int*, int)':
> RtAudio.cpp:1087: error: 'abs' was not declared in this scope
> RtAudio.cpp:1115: error: 'calloc' was not declared in this scope
> RtAudio.cpp:1142: error: 'free' was not declared in this scope
> RtAudio.cpp:1143: error: 'calloc' was not declared in this scope
> RtAudio.cpp:1168: error: 'free' was not declared in this scope
> RtAudio.cpp:1169: error: 'calloc' was not declared in this scope
> RtAudio.cpp:1239: error: 'free' was not declared in this scope
> RtAudio.cpp:1244: error: 'free' was not declared in this scope
> RtAudio.cpp: In member function 'virtual void RtApiOss::closeStream()':
> RtAudio.cpp:1280: error: 'free' was not declared in this scope
> RtAudio.cpp:1285: error: 'free' was not declared in this scope
...
--- stk-4.2.0/src/RtAudio.cpp~ 2007-04-04 11:24:29.000000000 +0000
+++ stk-4.2.0/src/RtAudio.cpp 2007-04-04 11:24:22.000000000 +0000
@@ -41,6 +41,8 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
+#include <climits>
#include <stdio.h>
// Static variable definitions.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: stk
Source-Version: 4.2.0-9.2
We believe that the bug you reported is fixed in the latest version of
stk, which is due to be installed in the Debian FTP archive:
libstk0-dev_4.2.0-9.2_i386.deb
to pool/main/s/stk/libstk0-dev_4.2.0-9.2_i386.deb
libstk0c2a_4.2.0-9.2_i386.deb
to pool/main/s/stk/libstk0c2a_4.2.0-9.2_i386.deb
stk-doc_4.2.0-9.2_all.deb
to pool/main/s/stk/stk-doc_4.2.0-9.2_all.deb
stk_4.2.0-9.2.diff.gz
to pool/main/s/stk/stk_4.2.0-9.2.diff.gz
stk_4.2.0-9.2.dsc
to pool/main/s/stk/stk_4.2.0-9.2.dsc
stk_4.2.0-9.2_i386.deb
to pool/main/s/stk/stk_4.2.0-9.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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated stk 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, 15 Mar 2008 16:55:36 +0000
Source: stk
Binary: libstk0-dev libstk0c2a stk stk-doc
Architecture: source all i386
Version: 4.2.0-9.2
Distribution: unstable
Urgency: medium
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
libstk0-dev - sound synthesis toolkit development files
libstk0c2a - Sound Synthesis Toolkit
stk - Sound Synthesis Toolkit example applications
stk-doc - documentation for the sound synthesis toolkit (STK)
Closes: 417704
Changes:
stk (4.2.0-9.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417704).
Files:
5abdd544d5ffd7615380113501db16ae 683 sound optional stk_4.2.0-9.2.dsc
b2dd961b7b48f5704618b81b8721b137 7210 sound optional stk_4.2.0-9.2.diff.gz
2abf1148c1e492acb6330de5372d9acd 506618 sound optional
stk-doc_4.2.0-9.2_all.deb
ff1a305b16f2f4da17ca8f9186ade81c 458552 sound optional
libstk0-dev_4.2.0-9.2_i386.deb
95ecf80343363e58305add0d5c28ce82 257806 sound optional
libstk0c2a_4.2.0-9.2_i386.deb
45c8ca9bc85a7ca12fb64bbdee39f52a 482990 sound optional stk_4.2.0-9.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3ASO5UTeB5t8Mo0RAsHKAKCzn+XxkHaKZwuxhH6VPg7E6tKuXACfS1Q6
ZmI6LjKUN72KgEGB+4nggbQ=
=rJtX
-----END PGP SIGNATURE-----
--- End Message ---