Your message dated Sun, 23 Oct 2005 09:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300176: fixed in basket 0.5.0-4
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; 18 Mar 2005 08:44:36 +0000
>From [EMAIL PROTECTED] Fri Mar 18 00:44:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DCD5v-00086E-00; Fri, 18 Mar 2005 00:44:35 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCD5t-0008Qu-Mk; Fri, 18 Mar 2005 09:44:33 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: basket: FTBFS (amd64/gcc-4.0): cast from 'Item*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 18 Mar 2005 09:44:33 +0100
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,
        REMOVE_IN_QUOTES autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: basket
Severity: normal
Tags: patch

When building 'basket' on amd64 with gcc-4.0,
I get the following error:

item.cpp: In member function 'void Item::setSelected(bool)':
item.cpp:425: error: cast from 'Item*' to 'int' loses precision
item.cpp:426: error: cast from 'Item*' to 'int' loses precision
/usr/include/kde/keditlistbox.h: At global scope:
/usr/include/kde/keditlistbox.h:49: warning: 'class KEditListBox::CustomEditor' 
has virtual functions but non-virtual destructor
make[3]: *** [basket.all_cpp.o] Error 1
make[3]: Leaving directory `/basket-0.5.0/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/basket-0.5.0/src/item.cpp ./src/item.cpp
--- ../tmp-orig/basket-0.5.0/src/item.cpp       2005-03-09 18:38:27.000000000 
+0100
+++ ./src/item.cpp      2005-03-18 09:27:19.831988575 +0100
@@ -422,8 +422,8 @@
        if (selected == m_isSelected)
                return;
 
-       DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + 
QString::number((int)this) +
-                    "; b.lastIn=" + 
QString::number((int)(parentBasket()->lastInsertedItem()));
+       DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + 
QString::number((long)this) +
+                    "; b.lastIn=" + 
QString::number((long)(parentBasket()->lastInsertedItem()));
 
        m_isSelected = selected;
        if (selected) {

---------------------------------------
Received: (at 300176-close) by bugs.debian.org; 23 Oct 2005 16:18:55 +0000
>From [EMAIL PROTECTED] Sun Oct 23 09:18:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ETiWu-0007VZ-00; Sun, 23 Oct 2005 09:17:04 -0700
From: Jose Luis Tallon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300176: fixed in basket 0.5.0-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 09:17:04 -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: basket
Source-Version: 0.5.0-4

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

basket_0.5.0-4.diff.gz
  to pool/main/b/basket/basket_0.5.0-4.diff.gz
basket_0.5.0-4.dsc
  to pool/main/b/basket/basket_0.5.0-4.dsc
basket_0.5.0-4_i386.deb
  to pool/main/b/basket/basket_0.5.0-4_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.
Jose Luis Tallon <[EMAIL PROTECTED]> (supplier of updated basket 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: Tue, 18 Oct 2005 21:53:01 +0200
Source: basket
Binary: basket
Architecture: source i386
Version: 0.5.0-4
Distribution: unstable
Urgency: low
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]>
Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]>
Description: 
 basket     - User-friendly way to run programs and manage links in KDE
Closes: 300176
Changes: 
 basket (0.5.0-4) unstable; urgency=low
 .
   * Fix FTBFS on 64-bit arches (Closes: #300176)
 .
   * Package sponsored by Roberto Lumbreras <[EMAIL PROTECTED]>
Files: 
 120d813189d7cadda4daa406bcee673a 646 kde optional basket_0.5.0-4.dsc
 8af6e09f7f01ee5f89297b9d2562d368 3382 kde optional basket_0.5.0-4.diff.gz
 89b6a7978bf872e7ca06028dc7fd6403 355082 kde optional basket_0.5.0-4_i386.deb

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

iD8DBQFDW7SkfIEQE/XJcI0RAuEPAJ4iCuqWE5DDc0hv2nfnH94adqxWewCgxhrJ
Ollwtzjjlt3OUEh1/VSjaUo=
=FtmQ
-----END PGP SIGNATURE-----


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

Reply via email to