Your message dated Thu, 17 Jan 2008 21:32:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417704: fixed in stk 4.2.0-9.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)
--- 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.1
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.1_i386.deb
to pool/main/s/stk/libstk0-dev_4.2.0-9.1_i386.deb
libstk0c2a_4.2.0-9.1_i386.deb
to pool/main/s/stk/libstk0c2a_4.2.0-9.1_i386.deb
stk-doc_4.2.0-9.1_all.deb
to pool/main/s/stk/stk-doc_4.2.0-9.1_all.deb
stk_4.2.0-9.1.diff.gz
to pool/main/s/stk/stk_4.2.0-9.1.diff.gz
stk_4.2.0-9.1.dsc
to pool/main/s/stk/stk_4.2.0-9.1.dsc
stk_4.2.0-9.1_i386.deb
to pool/main/s/stk/stk_4.2.0-9.1_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.
Lucas Nussbaum <[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: Wed, 16 Jan 2008 12:10:29 +0100
Source: stk
Binary: stk-doc stk libstk0c2a libstk0-dev
Architecture: source all i386
Version: 4.2.0-9.1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[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: 378528 417704 424233 449826
Changes:
stk (4.2.0-9.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/rules: fixed bashism (use of {,}). Closes: #378528.
* Fixed FTBFS with gcc 4.3 (patch from Martin Michlmayr added
as 01_includes_gcc43.patch). Closes: #417704.
* Fixed debian/watch to read
http://ccrma.stanford.edu/software/stk/download.html instead of directly
trying to list the content of
http://ccrma.stanford.edu/software/stk/release/. Closes: #449826.
* Investigated FTBFS when built twice in a row. It was actually caused
by cdbs' bug #387103, fixed in cdbs 0.4.48. I'm not build-depending
on cdbs >= 0.4.48 since this bug doesn't prevent to build the package.
Closes: #424233.
Files:
0a25de141d56b70f1faaff76a1fc2ffc 683 sound optional stk_4.2.0-9.1.dsc
6aeb2de521267b69888996d8e5501646 6847 sound optional stk_4.2.0-9.1.diff.gz
59a4ff4d494ac72e5d4df052b6e64ae6 511006 sound optional
stk-doc_4.2.0-9.1_all.deb
a3f88ca74f36c7e2d1f116b7c1973add 458236 sound optional
libstk0-dev_4.2.0-9.1_i386.deb
933f1026a59ba7bc8773d8ac60068cac 261534 sound optional
libstk0c2a_4.2.0-9.1_i386.deb
48240336c736c10bcaf1e3adcecfce3f 485686 sound optional stk_4.2.0-9.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHje5R2hliNwI7P08RAvNFAJwMvGRcp+vMusdccW2eiGXxG/B21gCfejtX
Lgw2lEu+j4aVoR1bUi9ZD2o=
=a573
-----END PGP SIGNATURE-----
--- End Message ---