Your message dated Sun, 16 Apr 2006 18:54:08 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 1.3.21-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: tora
Version: 1.3.21-1
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of tora_1.3.21-1 on bigsur by sbuild/mips 1.106
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/kde
> -I/usr/share/qt3/include -DDEFAULT_PLUGIN_DIR=\"/usr/lib/tora\"
> -DTOVERSION=\"1.3.21\" -I/usr/include/qscintilla -DQT_THREAD_SUPPORT -g
> -O2 -D_REENTRANT -MT tora-tothread.o -MD -MP -MF ".deps/tora-tothread.Tpo" -c
> -o tora-tothread.o `test -f 'tothread.cpp' || echo './'`tothread.cpp; \
> then mv -f ".deps/tora-tothread.Tpo" ".deps/tora-tothread.Po"; else rm
> -f ".deps/tora-tothread.Tpo"; exit 1; fi
> tothread.cpp: In member function 'void toThread::start()':
> tothread.cpp:190: error: 'toThreadStartWrapper' was not declared in this scope
> tothread.cpp: In member function 'void toThread::startAsync()':
> tothread.cpp:199: error: 'toThreadStartWrapper' was not declared in this scope
> make[2]: *** [tora-tothread.o] Error 1
--- ./tothread.h~ 2006-03-19 16:10:10.000000000 +0000
+++ ./tothread.h 2006-03-19 16:10:23.000000000 +0000
@@ -217,6 +217,8 @@
* thread and task objects so the calling thread must never delete a started
thread.
*/
+void *toThreadStartWrapper(void*);
+
class toThread
{
private:
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
This bug has been fixed in 1.3.21-2, no idea why it hasn't been closed.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
--- End Message ---