Your message dated Wed, 31 Aug 2005 15:05:48 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Aug 2005 13:22:56 +0000
>From [EMAIL PROTECTED] Wed Aug 24 06:22:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d020163.adsl.hansenet.de (localhost.localdomain) [80.171.20.163] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E7vDT-0007Fm-00; Wed, 24 Aug 2005 06:22:56 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1E7vDQ-00025x-Lt; Wed, 24 Aug 2005 15:22:52 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: kvirc: FTBFS: ISO C++ forbids declaration of 'KviMdiCaption' with no 
type
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 24 Aug 2005 15:22:52 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kvirc
Version: 2:2.1.3.1-2
Severity: serious
Tags: patch

When building 'kvirc' on unstable,
I get the following error:

if g++ -DHAVE_CONFIG_H -I. -I. -I../../src  -DQT_THREAD_SUPPORT 
-I/usr/include/qt3 -D_REENTRANT   -I/usr/include/kde -I../common -I../kvilib 
-I../kvilib/core -I../kvilib/irc -I../kvilib/mdi -I../kvilib/toolkit 
-I../kvilib/widgets -I../kvilib/kde  -Idcc -Idirbrowser -Ioptions -Iqt -Iscript 
-Isystray   -O2 -g -Wall -O2 -MT kvi_commands.o -MD -MP -MF 
".deps/kvi_commands.Tpo" -c -o kvi_commands.o kvi_commands.cpp; \
then mv -f ".deps/kvi_commands.Tpo" ".deps/kvi_commands.Po"; else rm -f 
".deps/kvi_commands.Tpo"; exit 1; fi
../kvilib/mdi/kvi_mdi_child.h:59: error: ISO C++ forbids declaration of 
'KviMdiCaption' with no type
../kvilib/mdi/kvi_mdi_child.h:59: error: expected ';' before '*' token
make[4]: *** [kvi_commands.o] Error 1
make[4]: Leaving directory `/kvirc-2.1.3.1/src/kvirc'

With the attached patch 'kvirc' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kvirc-2.1.3.1/src/kvilib/mdi/kvi_mdi_child.h 
./src/kvilib/mdi/kvi_mdi_child.h
--- ../tmp-orig/kvirc-2.1.3.1/src/kvilib/mdi/kvi_mdi_child.h    2004-08-08 
22:41:19.000000000 +0000
+++ ./src/kvilib/mdi/kvi_mdi_child.h    2005-08-24 12:28:14.000000000 +0000
@@ -30,6 +30,7 @@
 
 class KviMdiButton;
 class KviMdiManager;
+class KviMdiCaption;
 
 /**
  * A MDI child widget: usually you do not need to derive from this class.
diff -urN ../tmp-orig/kvirc-2.1.3.1/src/kvirc/script/kvi_script_treeview_item.h 
./src/kvirc/script/kvi_script_treeview_item.h
--- ../tmp-orig/kvirc-2.1.3.1/src/kvirc/script/kvi_script_treeview_item.h       
2004-08-08 22:41:20.000000000 +0000
+++ ./src/kvirc/script/kvi_script_treeview_item.h       2005-08-24 
12:42:29.000000000 +0000
@@ -24,6 +24,8 @@
 
 #include "kvi_script_object.h"
 
+class KviScriptListViewItem;
+
 class KviScriptTreeViewItem : public KviScriptObject
 {
        friend class KviScriptListViewItem;
diff -urN ../tmp-orig/kvirc-2.1.3.1/debian/kvirc-data.install 
./debian/kvirc-data.install
--- ../tmp-orig/kvirc-2.1.3.1/debian/kvirc-data.install 2005-08-24 
12:49:31.000000000 +0000
+++ ./debian/kvirc-data.install 2005-08-24 12:49:25.000000000 +0000
@@ -8,5 +8,5 @@
 debian/tmp/usr/share/kvirc/config/
 debian/tmp/usr/share/kvirc/msgcolors/
 debian/tmp/usr/share/kvirc/pics/
-debian/tmp/usr/share/locale/
+debian/tmp/usr/share/locale/*
 debian/tmp/usr/share/man/man1/kvirc.1

---------------------------------------
Received: (at 324860-done) by bugs.debian.org; 31 Aug 2005 20:05:49 +0000
>From [EMAIL PROTECTED] Wed Aug 31 13:05:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EAYqD-0003tI-00; Wed, 31 Aug 2005 13:05:49 -0700
Received: from robin by master.debian.org with local (Exim 3.35 1 (Debian))
        id 1EAYqC-0006xM-00; Wed, 31 Aug 2005 15:05:48 -0500
Date: Wed, 31 Aug 2005 15:05:48 -0500
From: Robin Verduijn <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Mail-Followup-To: [EMAIL PROTECTED]
Sender: Robin Verduijn <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=4.0 tests=BAYES_00,ONEWORD,OUR_MTA_MSGID 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

With the new upload of kvirc 2:3.2.0-4 to unstable, this bug is now fixed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to