Your message dated Mon, 12 Sep 2005 21:55:35 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314689: kimdaba: FTBFS (amd64/gcc-4.0): 'ThumbNail' has 
not been declared
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; 17 Jun 2005 20:04:32 +0000
>From [EMAIL PROTECTED] Fri Jun 17 13:04:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DjN4o-0004xM-00; Fri, 17 Jun 2005 13:04:30 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DjN4n-0002GM-69; Fri, 17 Jun 2005 22:04:29 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: kimdaba: FTBFS (amd64/gcc-4.0): 'ThumbNail' has not been declared
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 22:04:29 +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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kimdaba
Version: 2.0-4
Severity: normal
Tags: patch

if x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
-I/usr/share/qt3/include -I/usr/X11R6/include    -DQT_THREAD_SUPPORT  
-D_REENTRANT  -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 -Wall -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -DQT_NO_CAST_ASCII -DQT_CAST_NO_ASCII  -MT main.o -MD -MP 
-MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 
1; fi
thumbnailview.h:54: error: 'ThumbNail' has not been declared
thumbnailview.h:55: error: 'ThumbNail' has not been declared
thumbnailview.h:56: error: 'ThumbNail' was not declared in this scope
thumbnailview.h:56: error: template argument 1 is invalid
thumbnailview.h:62: error: ISO C++ forbids declaration of 'ThumbNail' with no 
type
thumbnailview.h:62: error: expected ';' before '*' token
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/kimdaba-2.0/kimdaba'

With the attached patch 'kimdaba' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kimdaba-2.0/kimdaba/thumbnailview.h 
./kimdaba/thumbnailview.h
--- ../tmp-orig/kimdaba-2.0/kimdaba/thumbnailview.h     2004-08-23 
17:52:27.000000000 +0200
+++ ./kimdaba/thumbnailview.h   2005-06-17 21:51:54.000000000 +0200
@@ -22,6 +22,7 @@
 #include "imageinfo.h"
 class ImageManager;
 class IconViewToolTip;
+class ThumbNail;
 
 class ThumbNailView :public KIconView {
     Q_OBJECT

---------------------------------------
Received: (at 314689-done) by bugs.debian.org; 12 Sep 2005 19:56:07 +0000
>From [EMAIL PROTECTED] Mon Sep 12 12:56:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nproxy.gmail.com [64.233.182.205] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EEuPO-0005Eu-00; Mon, 12 Sep 2005 12:56:07 -0700
Received: by nproxy.gmail.com with SMTP id h2so418879nfe
        for <[EMAIL PROTECTED]>; Mon, 12 Sep 2005 12:55:35 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        
h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        
b=PPLMlMdcJkg1pL/iFZav+ZG8dLu85/HwFbwSK2rT6MUGe9vDgN6gj/XE8QKm1dbAA8heSKNiu4Y1D49M7cnJmWr/18bn/7HBp0MhAHnFz2owH1O2UTuBnsyyxkoerm6Cs50rgOWW3/F+QJrGBKmr/TVV/Pj8C9HCw1uDgW6gdRw=
Received: by 10.48.161.8 with SMTP id j8mr63598nfe;
        Mon, 12 Sep 2005 12:55:35 -0700 (PDT)
Received: by 10.48.144.18 with HTTP; Mon, 12 Sep 2005 12:55:35 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 12 Sep 2005 21:55:35 +0200
From: "David L. Moreno" <[EMAIL PROTECTED]>
Reply-To: "David L. Moreno" <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Bug#314689: kimdaba: FTBFS (amd64/gcc-4.0): 'ThumbNail' has not 
been declared
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
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: 2

Version: 2.1-1


This bug was already resolved when version 2.1-1 was uploaded, but was
marked "Fixed in NMU" due to the upload being considered a NMU. It was a
mistake. This message will properly close the bug.

--=20
David L. Moreno.=20
http://www-gsi.dec.usc.es/~dave


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

Reply via email to