Your message dated Tue, 3 Jul 2007 16:29:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: exscalibar
Version: 1.0.4-8
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 exscalibar_1.0.4-8 on coconut0 by sbuild/ia64 0.49
...
> g++ -c -pipe -I /build/tbm/exscalibar-1.0.4/exscalibar-1.0.4 
> -I/usr/include/alsa -Wall -g -Os -DRELEASE -D_REENTRANT -fPIC  -DHAVE_SNDFILE 
> -DHAVE_VORBISFILE -DHAVE_MAD -DHAVE_FFTW -DHAVE_ALSA -DHAVE_JACK 
> -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
> -I/usr/share/qt3/mkspecs/default -I. -I../../src/qtextra -I/usr/include/qt3 
> -o connection.o connection.cpp
> In file included from connection.h:15,
>                  from connection.cpp:16:
> signaltype.h:85: warning: type qualifiers ignored on function return type
> signaltype.h:97: error: expected ',' or '...' before 'id'
> signaltype.h:97: error: ISO C++ forbids declaration of 'uint' with no type
> signaltype.h:103: error: 'uint' does not name a type
> signaltype.h:173: error: 'uint' does not name a type
> signaltype.h:208: warning: type qualifiers ignored on function return type
> signaltype.h:224: error: expected ',' or '...' before 'scope'
> signaltype.h:224: error: ISO C++ forbids declaration of 'uint' with no type
> signaltype.h:231: error: 'uint' does not name a type
> signaltype.h:237: warning: type qualifiers ignored on function return type
> signaltype.h:244: error: expected ',' or '...' before 'scope'
> signaltype.h:244: error: ISO C++ forbids declaration of 'uint' with no type
> signaltype.h:260: error: 'uint' does not name a type
> signaltype.h:268: error: expected ',' or '...' before 'elements'
> signaltype.h:268: warning: type qualifiers ignored on function return type
> signaltype.h:268: error: ISO C++ forbids declaration of 'uint' with no type
> signaltype.h:277: error: 'uint' does not name a type
> signaltype.h:285: error: 'uint' does not name a type
> signaltype.h: In member function 'virtual const bool 
> Geddei::SignalType::sameAsBE(const Geddei::SignalType*) const':
> signaltype.h:208: error: 'id' was not declared in this scope
> signaltype.h:208: error: 'const class Geddei::SignalType' has no member named 
> 'id'
> signaltype.h:208: error: 'theScope' was not declared in this scope
> signaltype.h:208: error: 'const class Geddei::SignalType' has no member named 
> 'theScope'
> signaltype.h: In member function 'void Geddei::SignalType::setScope(int)':
> signaltype.h:244: error: 'theScope' was not declared in this scope
> signaltype.h:244: error: 'scope' was not declared in this scope
> signaltype.h: In member function 'const float 
> Geddei::SignalType::seconds(int) const':
> signaltype.h:268: error: 'elements' was not declared in this scope
> signaltype.h:268: error: 'theScope' was not declared in this scope
> In file included from connection.h:16,
>                  from connection.cpp:16:
> signaltyperef.h: At global scope:
> signaltyperef.h:100: warning: type qualifiers ignored on function return type
> signaltyperef.h:153: warning: type qualifiers ignored on function return type
> signaltyperef.h:168: warning: type qualifiers ignored on function return type
> signaltyperef.h:200: warning: type qualifiers ignored on function return type
> signaltyperef.h:210: warning: type qualifiers ignored on function return type
> make[3]: *** [connection.o] Error 1
> make[3]: Leaving directory 
> `/build/tbm/exscalibar-1.0.4/exscalibar-1.0.4/src/geddei'

--- src/geddei/signaltype.h~    2007-04-01 18:42:20.000000000 +0000
+++ src/geddei/signaltype.h     2007-04-01 18:42:26.000000000 +0000
@@ -1,6 +1,7 @@
 #ifndef _GEDDEI_SIGNALTYPE_H
 #define _GEDDEI_SIGNALTYPE_H
 
+#include <cstdlib>
 #include <iostream>
 using namespace std;
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing this bug report.  The package has been removed because it
is obsolete.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to