Your message dated Sat, 17 Sep 2005 17:02:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#326645: fixed in tellico 1.0-1 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; 4 Sep 2005 18:13:58 +0000 >From [EMAIL PROTECTED] Sun Sep 04 11:13:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from d007072.adsl.hansenet.de (localhost.localdomain) [80.171.7.72] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBz0A-0002rE-00; Sun, 04 Sep 2005 11:13:58 -0700 Received: from aj by localhost.localdomain with local (Exim 4.52) id 1EBz07-0003zB-Vt; Sun, 04 Sep 2005 20:13:56 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: tellico: FTBFS: 'MultiSelectionListViewItem' was not declared in this scope Message-Id: <[EMAIL PROTECTED]> Date: Sun, 04 Sep 2005 20:13:56 +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: tellico Version: 0.13.3-1 Severity: serious Tags: patch When building 'tellico' on unstable, I get the following error: /usr/share/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor /usr/share/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor ../multiselectionlistview.h:44: error: 'MultiSelectionListViewItem' was not declared in this scope ../multiselectionlistview.h:44: error: template argument 1 is invalid ../multiselectionlistview.h:51: error: 'MultiSelectionListViewItem' has not been declared ../multiselectionlistview.h:70: error: 'MultiSelectionListViewItem' has not been declared ../multiselectionlistview.h:72: error: 'MultiSelectionListViewItem' was not declared in this scope ../multiselectionlistview.h:72: error: template argument 1 is invalid /usr/include/kde/keditlistbox.h:59: warning: 'class KEditListBox::CustomEditor' has virtual functions but non-virtual destructor make[5]: *** [libtranslators_a.all_cpp.o] Error 1 make[5]: Leaving directory `/tellico-0.13.3/src/translators' With the attached patch 'tellico' can be compiled using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/tellico-0.13.3/src/entryiconview.h ./src/entryiconview.h --- ../tmp-orig/tellico-0.13.3/src/entryiconview.h 2004-12-07 14:35:33.000000000 +0000 +++ ./src/entryiconview.h 2005-09-04 17:51:55.000000000 +0000 @@ -21,6 +21,7 @@ #include <kiconview.h> namespace Tellico { +class EntryIconViewItem; /** * @author Robby Stephenson * @version $Id: entryiconview.h 997 2004-12-07 14:35:31Z robby $ diff -urN ../tmp-orig/tellico-0.13.3/src/multiselectionlistview.h ./src/multiselectionlistview.h --- ../tmp-orig/tellico-0.13.3/src/multiselectionlistview.h 2005-02-05 23:50:11.000000000 +0000 +++ ./src/multiselectionlistview.h 2005-09-04 17:50:34.000000000 +0000 @@ -20,6 +20,8 @@ namespace Tellico { +class MultiSelectionListViewItem; + /** * A MultiSelectionListView keeps track of the selected items and allows subclasses to determine * whether child items may be selected or not. --------------------------------------- Received: (at 326645-close) by bugs.debian.org; 18 Sep 2005 00:09:42 +0000 >From [EMAIL PROTECTED] Sat Sep 17 17:09:42 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EGmdG-0003CA-00; Sat, 17 Sep 2005 17:02:10 -0700 From: Regis Boudin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#326645: fixed in tellico 1.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 17 Sep 2005 17:02:10 -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 Source: tellico Source-Version: 1.0-1 We believe that the bug you reported is fixed in the latest version of tellico, which is due to be installed in the Debian FTP archive: tellico_1.0-1.diff.gz to pool/main/t/tellico/tellico_1.0-1.diff.gz tellico_1.0-1.dsc to pool/main/t/tellico/tellico_1.0-1.dsc tellico_1.0-1_i386.deb to pool/main/t/tellico/tellico_1.0-1_i386.deb tellico_1.0.orig.tar.gz to pool/main/t/tellico/tellico_1.0.orig.tar.gz 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. Regis Boudin <[EMAIL PROTECTED]> (supplier of updated tellico 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: Sat, 10 Sep 2005 21:04:37 +0100 Source: tellico Binary: tellico Architecture: source i386 Version: 1.0-1 Distribution: unstable Urgency: high Maintainer: Regis Boudin <[EMAIL PROTECTED]> Changed-By: Regis Boudin <[EMAIL PROTECTED]> Description: tellico - collection manager for books, videos, music Closes: 326645 Changes: tellico (1.0-1) unstable; urgency=high . * New upstream release (Closes #310893) +Updated license to add an exception to allow linking against the OpenSSL library. Thanks to Daffyd for pointing it and Robby for modifing the license. debian/copyright modified accordingly +New feature for loans, to use the kde calendar. Added kdepim-dev to Build-Depends to enable it. +Builds with gcc-4.0 (Closes: #326645) +To complete C++ ABI transition, tight dependencies on kdemultimedia-dev and kdepim (Closes #326850 #328009) * Updated FSF adress in debian/copyright * Replaced references to my old email address in debian/copyright and debian/tellico.1x * Due to the license change, set priority to high * Introduced with 0.13.4 BibTex export with German special characters should now be correct (Closes #292165) * Includes an updated German translation, thanks to Jens Seidel (Closes #313839) * I doubt anyone still uses Bookcase now. Drop the dummy package (Closes #321830) * Bump standard version to 3.6.2 (change in debian/control only) * Get rid of build-dependency on xlibs-dev as delibs4-dev pulls everything necessary * Properly set CXXFLAGS as well as CFLAGS in debian/rules Files: a490850d06b27fa06d45921802031015 749 kde optional tellico_1.0-1.dsc 40510766a67c90064d74e452092983d8 3015883 kde optional tellico_1.0.orig.tar.gz 27a211b321fd9b3d6e8fa1854843ad1a 6695 kde optional tellico_1.0-1.diff.gz bfe8461573b35e74e902a5032ded8f05 2142262 kde optional tellico_1.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDLJULKN6ufymYLloRAom8AJ993X7U6WnMIGy+zehV0C+omI9GGwCfa8eY e3wddjhpP6QzOHUV4R0M3r0= =yR4t -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]