Your message dated Mon, 29 Aug 2005 11:40:52 +0000 with message-id <[EMAIL PROTECTED]> and subject line Packages libaqhbci, libaqhbci-qt-tools have been removed 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 14:45:16 +0000 >From [EMAIL PROTECTED] Fri Jun 17 07:45:16 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 1DjI5s-0008U7-00; Fri, 17 Jun 2005 07:45:16 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DjI5n-0005qT-RU; Fri, 17 Jun 2005 16:45:14 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libaqhbci-qt-tools: FTBFS (amd64/gcc-4.0): cast from 'QWidget*' to 'unsigned int' loses precision Message-Id: <[EMAIL PROTECTED]> Date: Fri, 17 Jun 2005 16:45:14 +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: libaqhbci-qt-tools Version: 1.0.4.99+1.0.5beta-2 Severity: normal Tags: patch When building 'libaqhbci-qt-tools' on amd64/unstable with gcc-4.0, I get the following error: /usr/include/qt3/qfiledialog.h:78: warning: 'class QFilePreview' has virtual functions but non-virtual destructor wizard.cpp: In member function 'bool Wizard::_doPage(QWidget*)': wizard.cpp:337: error: cast from 'QWidget*' to 'unsigned int' loses precision wizard.cpp: In member function 'virtual void Wizard::reject()': wizard.cpp:403: error: cast from 'QWidget*' to 'unsigned int' loses precision make[7]: *** [wizard.lo] Error 1 make[7]: Leaving directory `/libaqhbci-qt-tools-1.0.4.99+1.0.5beta/src/libs/dialogs' With the attached patch 'libaqhbci-qt-tools' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/libaqhbci-qt-tools-1.0.4.99+1.0.5beta/src/libs/dialogs/wizard.cpp ./src/libs/dialogs/wizard.cpp --- ../tmp-orig/libaqhbci-qt-tools-1.0.4.99+1.0.5beta/src/libs/dialogs/wizard.cpp 2005-04-14 06:32:09.000000000 +0200 +++ ./src/libs/dialogs/wizard.cpp 2005-06-17 15:10:12.000000000 +0200 @@ -334,7 +334,7 @@ } if (rv) { - DBG_NOTICE(0, "Pushing page %08x", (unsigned int)p); + DBG_NOTICE(0, "Pushing page %lx", (unsigned long)p); _pagesDone.push_front(p); } return rv; @@ -400,7 +400,7 @@ bool rv; p=_pagesDone.front(); - DBG_NOTICE(0, "Undoing page %08x", (unsigned int)(p)); + DBG_NOTICE(0, "Undoing page %lx", (unsigned long)(p)); rv=_undoPage(p); if (!rv) _pagesDone.pop_front(); --------------------------------------- Received: (at 314633-done) by bugs.debian.org; 29 Aug 2005 11:40:58 +0000 >From [EMAIL PROTECTED] Mon Aug 29 04:40:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from server.beamnet.de [62.75.155.124] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E9i0Y-0005HP-00; Mon, 29 Aug 2005 04:40:58 -0700 Received: from phpgroupware.vomhagen.com (localhost.localdomain [127.0.0.1]) (sasl authenticated) by server.beamnet.de (Postfix) with ESMTP id 0BC91231658F; Mon, 29 Aug 2005 13:40:52 +0200 (CEST) X-Originating-IP: [134.2.62.240] From: "Thomas Viehmann" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Packages libaqhbci, libaqhbci-qt-tools have been removed Date: Mon, 29 Aug 2005 11:40:52 +0000 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.16.005 Content-Transfer-Encoding: quoted-printable 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Hi, I'm closing these bugs because the packages have been removed due to a ch= ange in (upstream's and Debian's) packaging of AqBanking and AqHBCI. The reported bugs (those not being Debian-specific) have been fixed upstr= eam, so your contribution has not been lost. Kind regards Thomas -- Thomas Viehmann, Debian AqHBCI maintainer, http://thomas.viehmann.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]