Your message dated Mon, 12 Sep 2005 09:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326789: fixed in krusader 1.60.0-3
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; 5 Sep 2005 18:41:44 +0000
>From [EMAIL PROTECTED] Mon Sep 05 11:41:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c203105.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.105] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ECLua-0005Rd-00; Mon, 05 Sep 2005 11:41:44 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1ECLuY-000734-83; Mon, 05 Sep 2005 20:41:42 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: krusader: FTBFS: ISO C++ forbids declaration of 'ListPanelFunc' with 
no type
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 20:41:42 +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: krusader
Version: 1.60.0-2
Severity: serious
Tags: patch

When building 'krusader' on amd64/unstable,
I get the following error:

x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde 
-I/usr/include/qt3 -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-D_LARGEFILE64_SOURCE -DKDE_NO_COMPAT -DQT_NO_ASCII_CAST  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common  -c -o krbookmarkhandler.o `test -f 'krbookmarkhandler.cpp' || echo 
'./'`krbookmarkhandler.cpp
../Panel/listpanel.h:152: error: ISO C++ forbids declaration of 'ListPanelFunc' 
with no type

With the attached patch 'krusader' can be compiled using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/krusader-1.60.0/krusader/MountMan/kmountman.h 
./krusader/MountMan/kmountman.h
--- ../tmp-orig/krusader-1.60.0/krusader/MountMan/kmountman.h   2004-10-27 
14:08:27.000000000 +0000
+++ ./krusader/MountMan/kmountman.h     2005-09-05 18:30:16.000000000 +0000
@@ -45,6 +45,8 @@
 #include <stdlib.h>
 #include <math.h>
 
+class KMountManGUI;
+
 class KMountMan : public QObject {
    Q_OBJECT
    friend class KMountManGUI;
diff -urN ../tmp-orig/krusader-1.60.0/krusader/Panel/krdetailedview.h 
./krusader/Panel/krdetailedview.h
--- ../tmp-orig/krusader-1.60.0/krusader/Panel/krdetailedview.h 2005-02-08 
22:01:10.000000000 +0000
+++ ./krusader/Panel/krdetailedview.h   2005-09-05 18:32:06.000000000 +0000
@@ -61,6 +61,7 @@
 class QDragMoveEvent;
 class KrRenameTimerObject;
 class ListPanel;
+class KrDetailedViewItem;
 
 /**
  * KrDetailedView implements everthing and anything regarding a detailed view 
in a filemananger.
diff -urN ../tmp-orig/krusader-1.60.0/krusader/Panel/listpanel.h 
./krusader/Panel/listpanel.h
--- ../tmp-orig/krusader-1.60.0/krusader/Panel/listpanel.h      2005-02-04 
16:15:10.000000000 +0000
+++ ./krusader/Panel/listpanel.h        2005-09-05 18:29:46.000000000 +0000
@@ -71,6 +71,7 @@
 class SyncBrowseButton;
 class KrBookmarkButton;
 class KPushButton;
+class ListPanelFunc;
 
 class ListPanel : public QWidget {
    friend class ListPanelFunc;

---------------------------------------
Received: (at 326789-close) by bugs.debian.org; 12 Sep 2005 16:38:12 +0000
>From [EMAIL PROTECTED] Mon Sep 12 09:38:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EErDy-00008T-00; Mon, 12 Sep 2005 09:32:06 -0700
From: Angel Ramos <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#326789: fixed in krusader 1.60.0-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 12 Sep 2005 09:32:06 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 7

Source: krusader
Source-Version: 1.60.0-3

We believe that the bug you reported is fixed in the latest version of
krusader, which is due to be installed in the Debian FTP archive:

krusader_1.60.0-3.diff.gz
  to pool/main/k/krusader/krusader_1.60.0-3.diff.gz
krusader_1.60.0-3.dsc
  to pool/main/k/krusader/krusader_1.60.0-3.dsc
krusader_1.60.0-3_i386.deb
  to pool/main/k/krusader/krusader_1.60.0-3_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.
Angel Ramos <[EMAIL PROTECTED]> (supplier of updated krusader 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: Mon, 12 Sep 2005 17:25:48 +0100
Source: krusader
Binary: krusader
Architecture: source i386
Version: 1.60.0-3
Distribution: unstable
Urgency: low
Maintainer: Angel Ramos <[EMAIL PROTECTED]>
Changed-By: Angel Ramos <[EMAIL PROTECTED]>
Description: 
 krusader   - Twin-panel (commander-style) File Manager for KDE
Closes: 310669 313785 320297 322764 325130 325170 326789
Changes: 
 krusader (1.60.0-3) unstable; urgency=low
 .
   * Fixed gcc-4.0 compiling problem (Closes: #326789).
   * Fixed autoconf m68k and mipsel problem (Closes: #310669).
   * de.po corrected (Closes: #313785).
   * Added kdebase-kio-plugins as suggest header (Closes: #322764).
   * The problem with ps/pdf files is a kghostview problem, not
     krusader (Closes: #325130)
   * No segfault on closing the viewer with krusader 1.60 (Closes: #325170).
   * No crash when user switches desktops on krusader 1.60 (Closes: #320297).
Files: 
 6df932c989363d2cd1f419903a1e936a 636 kde optional krusader_1.60.0-3.dsc
 036f266b71b1b47b4b25698ee7d8e091 190987 kde optional krusader_1.60.0-3.diff.gz
 0b8d7a33c2b835e436cbc5f28ebdb27c 2017166 kde optional 
krusader_1.60.0-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDJcVqoSMQNVMgBdoRAp46AKCAz6ifuiVjYEWBkk2bPRHu4mL7bQCfRyMF
LG1cDzuxS6FcKSk4XR+XJ8M=
=LjaB
-----END PGP SIGNATURE-----


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

Reply via email to