Your message dated Fri, 12 Aug 2005 09:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303847: fixed in 3ddesktop 0.2.9-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; 9 Apr 2005 07:22:22 +0000
>From [EMAIL PROTECTED] Sat Apr 09 00:22:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d007094.adsl.hansenet.de (localhost.localdomain) [80.171.7.94] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DKAIQ-00083D-00; Sat, 09 Apr 2005 00:22:22 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DKAIM-0002fK-EH; Sat, 09 Apr 2005 09:22:18 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 
'unsigned int' loses precision
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 09 Apr 2005 09:22:18 +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: 3ddesktop
Version: 0.2.8-1
Severity: normal
Tags: patch

When building '3ddesktop' on amd64/unstable with gcc-4.0,
I get the following error:

x86_64-linux-g++ -Wall -O3 -DQT_CLEAN_NAMESPACE 
-DSHAREDIR=\"/usr/share/3ddesktop\" -DSYSCONFDIR=\"/etc/3ddesktop\"   -g -O2  
-L/usr/X11R6/lib -L/usr/X11R6/lib   -o 3ddesk  3ddesk.o  -lm -lXxf86vm -lXext   
-lSM -lICE -lSM -lICE 
if x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -O3 
-DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/share/3ddesktop\" 
-DSYSCONFDIR=\"/etc/3ddesktop\"   -g -O2  -L/usr/X11R6/lib -L/usr/X11R6/lib -MT 
3ddeskd.o -MD -MP -MF ".deps/3ddeskd.Tpo" -c -o 3ddeskd.o 3ddeskd.cpp; \
then mv -f ".deps/3ddeskd.Tpo" ".deps/3ddeskd.Po"; else rm -f 
".deps/3ddeskd.Tpo"; exit 1; fi
event.hpp: In member function 'void EventManager::print_events_in_queue()':
event.hpp:77: error: cast from 'void (*)(Event*)' to 'unsigned int' loses 
precision
make[2]: *** [3ddeskd.o] Error 1
make[2]: Leaving directory `/3ddesktop-0.2.8'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/3ddesktop-0.2.8/event.hpp ./event.hpp
--- ../tmp-orig/3ddesktop-0.2.8/event.hpp       2004-12-06 03:57:32.000000000 
+0100
+++ ./event.hpp 2005-04-09 09:07:06.665471506 +0200
@@ -74,7 +74,7 @@
         list<Event *>::iterator k;
         for (k = events.begin(); k != events.end(); ++k) {
             Event *e = *k;
-            printf(":: Event %d  0x%x\n", e->type, (unsigned 
int)(e->function));
+            printf(":: Event %d  0x%lx\n", e->type, (unsigned 
long)(e->function));
         }
     }
 

---------------------------------------
Received: (at 303847-close) by bugs.debian.org; 12 Aug 2005 16:19:19 +0000
>From [EMAIL PROTECTED] Fri Aug 12 09:19:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E3cDQ-0000H0-00; Fri, 12 Aug 2005 09:17:04 -0700
From: Mathias Weyland <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#303847: fixed in 3ddesktop 0.2.9-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 12 Aug 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: 3ddesktop
Source-Version: 0.2.9-1

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

3ddesktop_0.2.9-1.diff.gz
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1.diff.gz
3ddesktop_0.2.9-1.dsc
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1.dsc
3ddesktop_0.2.9-1_i386.deb
  to pool/main/3/3ddesktop/3ddesktop_0.2.9-1_i386.deb
3ddesktop_0.2.9.orig.tar.gz
  to pool/main/3/3ddesktop/3ddesktop_0.2.9.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.
Mathias Weyland <[EMAIL PROTECTED]> (supplier of updated 3ddesktop 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, 12 Aug 2005 17:48:31 +0200
Source: 3ddesktop
Binary: 3ddesktop
Architecture: source i386
Version: 0.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Mathias Weyland <[EMAIL PROTECTED]>
Changed-By: Mathias Weyland <[EMAIL PROTECTED]>
Description: 
 3ddesktop  - "Three-dimensional" desktop switcher
Closes: 303847 319120
Changes: 
 3ddesktop (0.2.9-1) unstable; urgency=low
 .
   [ Mathias Weyland ]
   * New upstream release
   * Upstream included our manpages, --justswitch added
   * Patch for gcc-4.0 added (closes: bug#303847)
   * Corrected path to manpages
   * Advanced 3ddesktop.conf
 .
   [ Pierre Habouzit ]
   * Slightly better patch for gcc4.0.
   * Adjust Build-Dependencies (with help of Steve Langasek) (closes: #319120).
   * Bump Standards-Version (no changes required).
Files: 
 16fe66dec88558736d6b515d8397b124 818 utils optional 3ddesktop_0.2.9-1.dsc
 da1e8b0d2c210a441676bbf663e694ee 182278 utils optional 
3ddesktop_0.2.9.orig.tar.gz
 2201f1578358e5eb9580439575a8c57e 4879 utils optional 3ddesktop_0.2.9-1.diff.gz
 a531d551c769b9edb48ed6e369b42f88 80290 utils optional 
3ddesktop_0.2.9-1_i386.deb

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

iD8DBQFC/MlqvGr7W6HudhwRAnvbAKCMdenxr/B/0nglUgeE1q2JkD323gCeJEIP
ha/yV3UwncZowQj5YEkE1iY=
=9Cg/
-----END PGP SIGNATURE-----


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

Reply via email to