Your message dated Tue, 30 Aug 2005 15:17:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290455: fixed in psi 0.9.3-2
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; 14 Jan 2005 08:53:59 +0000
>From [EMAIL PROTECTED] Fri Jan 14 00:53:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158159.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.159] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CpNDT-0001jk-00; Fri, 14 Jan 2005 00:53:59 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CpNDR-0006sL-8t; Fri, 14 Jan 2005 09:53:57 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: psi: FTBFS (amd64/gcc-4.0): cast from 'QPopupMenu*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 09:53:57 +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 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: psi
Severity: normal
Tags: patch

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

g++ -c -pipe -Wall -W -g -D_REENTRANT  -DHAVE_DNOTIFY -DHAVE_GETHOSTBYNAME_R 
-DHAVE_CONFIG -DXMPP_TEST -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG 
-I/usr/share/qt3/mkspecs/default -I. -I../cutestuff/util -I../cutestuff/network 
-I../cutestuff/trayicon -I../cutestuff/idle -I../cutestuff/zip 
-I../cutestuff/dirwatch -I../cutestuff/openpgp -I../iris/libidn 
-I../iris/include -I../iris/xmpp-core -I../iris/xmpp-im -I../iris/jabber 
-I../libpsi/iconset -I../libpsi/psiwidgets -I../libpsi/psipng 
-I/usr/include/qt3 -I/usr/X11R6/include -I.ui/ -I. -Ioptions -I.moc/ -o 
.obj/iconaction.o ../libpsi/psiwidgets/iconaction.cpp
../libpsi/psiwidgets/iconaction.cpp: In member function 'void 
IconAction::Private::popupDestroyed(QObject*)':
../libpsi/psiwidgets/iconaction.cpp:74: error: cast from 'QPopupMenu*' to 'int' 
loses precision
../libpsi/psiwidgets/iconaction.cpp:74: error: cast from 'QObject*' to 'int' 
loses precision
make[2]: *** [.obj/iconaction.o] Error 1
make[2]: Leaving directory `/psi-0.9.3/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/psi-0.9.3/libpsi/psiwidgets/iconaction.cpp 
./libpsi/psiwidgets/iconaction.cpp
--- ../tmp-orig/psi-0.9.3/libpsi/psiwidgets/iconaction.cpp      2004-10-24 
11:42:19.000000000 +0200
+++ ./libpsi/psiwidgets/iconaction.cpp  2005-01-14 09:11:32.000000000 +0100
@@ -71,7 +71,7 @@
 
                        QMap<QPopupMenu *, int>::Iterator it = popups.begin();
                        for ( ; it != popups.end(); ++it ) {
-                               if ( (int)it.key() == (int)obj ) {
+                               if ( (long)it.key() == (long)obj ) {
                                        dirty = true;
                                        popups.remove( it );
                                        break;

---------------------------------------
Received: (at 290455-close) by bugs.debian.org; 30 Aug 2005 22:19:04 +0000
>From [EMAIL PROTECTED] Tue Aug 30 15:19:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EAEPu-0007Og-00; Tue, 30 Aug 2005 15:17:18 -0700
From: Jan Niehusmann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#290455: fixed in psi 0.9.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 30 Aug 2005 15:17:18 -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: psi
Source-Version: 0.9.3-2

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

psi_0.9.3-2.diff.gz
  to pool/main/p/psi/psi_0.9.3-2.diff.gz
psi_0.9.3-2.dsc
  to pool/main/p/psi/psi_0.9.3-2.dsc
psi_0.9.3-2_i386.deb
  to pool/main/p/psi/psi_0.9.3-2_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.
Jan Niehusmann <[EMAIL PROTECTED]> (supplier of updated psi 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: Fri, 26 Aug 2005 19:51:23 +0200
Source: psi
Binary: psi
Architecture: source i386
Version: 0.9.3-2
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann <[EMAIL PROTECTED]>
Changed-By: Jan Niehusmann <[EMAIL PROTECTED]>
Description: 
 psi        - Jabber client using Qt
Closes: 290455
Changes: 
 psi (0.9.3-2) unstable; urgency=low
 .
   * C++ ABI transition
   * Apply patch submitted by Andreas Jochens to make psi compile on amd64
     using gcc-4.0 (Closes: Bug#290455)
Files: 
 f682c1dc77656b58ae1d01f16e8a87f2 743 net optional psi_0.9.3-2.dsc
 3e2e8cc50773624edb5538db73be1a15 7938 net optional psi_0.9.3-2.diff.gz
 000e8b718205ef97309169382bc21836 2139356 net optional psi_0.9.3-2_i386.deb

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

iQCVAwUBQxTXG4FL8fYptN/eAQKNxQQAoElN0XStBhbbfDwXyFKE8IDyS0vXsyUD
zOpf/MIPqmr66yY3nRuDZa+VIV4HKfEB1r6r86CLEf+50Ihqz8Rp+vpLNKsA5344
FABlvxrV/Q7NbmLKMVDTnZv2IYa6pFfZrQ+tshFADnfcmVsHGaUC4EyFCBNgdh5P
ZWp4WJH3aYI=
=oWtZ
-----END PGP SIGNATURE-----


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

Reply via email to