Your message dated Wed, 20 Jul 2005 12:18:51 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#318902: fixed in pose 3.5-8 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 Jul 2005 14:22:56 +0000 >From [EMAIL PROTECTED] Mon Jul 18 07:22:56 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail6.tpgi.com.au (mail.tpg.com.au) [203.12.160.113] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DuWWF-0004vu-00; Mon, 18 Jul 2005 07:22:56 -0700 Received: from localhost.localdomain (220-245-218-93-act-pppoe.tpgi.com.au [220.245.218.93]) by mail.tpg.com.au (8.12.10/8.12.10) with ESMTP id j6IEMqVO032358 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 00:22:54 +1000 Received: from nathanh by localhost.localdomain with local (Exim 4.52) id 1DuWTU-0005Zw-B9; Tue, 19 Jul 2005 00:20:04 +1000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nathan Hand <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: pose doesnt respond to pen events X-Mailer: reportbug 3.15 Date: Tue, 19 Jul 2005 00:20:04 +1000 Message-Id: <[EMAIL PROTECTED]> X-TPG-Antivirus: Passed 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: pose Severity: grave Tags: patch Justification: renders package unusable Pose 3.5-7+test1 builds and runs. Physical buttons respond to mouse clicks. Pen events do not work. This bug has already been identified. It's a mistake in the GCC 3.3 compiler. There are two workarounds. 1) Enable -fno-strict-aliasing when compiling EmPoint.cpp. 2) Apply this patch written by John Marshall, available on sourceforge, patch 1197981. Changes this line in EmPoint.cpp from... #define FOR_POINT(cls, size, x, y) \ EmPoint::operator cls() const \ { size pt[2]; pt[x] = fX; pt[y] = fY; return *(cls*) pt; } To... #define FOR_POINT(cls, size, x, y) \ EmPoint::operator cls() const \ { union {size pt[2]; cls c;} u; \ u.pt[x] = fX; u.pt[y] = fY; return u.c; } Either solution works. Second one is preferable. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-powerpc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) --------------------------------------- Received: (at 318902-close) by bugs.debian.org; 20 Jul 2005 16:23:03 +0000 >From [EMAIL PROTECTED] Wed Jul 20 09:23:03 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DvHLb-00019y-00; Wed, 20 Jul 2005 09:23:03 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DvHHX-0001np-00; Wed, 20 Jul 2005 12:18:51 -0400 From: Lucas Wall <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#318902: fixed in pose 3.5-8 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 20 Jul 2005 12:18:51 -0400 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 X-CrossAssassin-Score: 6 Source: pose Source-Version: 3.5-8 We believe that the bug you reported is fixed in the latest version of pose, which is due to be installed in the Debian FTP archive: pose-doc_3.5-8_all.deb to pool/contrib/p/pose/pose-doc_3.5-8_all.deb pose-profile_3.5-8_i386.deb to pool/contrib/p/pose/pose-profile_3.5-8_i386.deb pose_3.5-8.diff.gz to pool/contrib/p/pose/pose_3.5-8.diff.gz pose_3.5-8.dsc to pool/contrib/p/pose/pose_3.5-8.dsc pose_3.5-8_i386.deb to pool/contrib/p/pose/pose_3.5-8_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. Lucas Wall <[EMAIL PROTECTED]> (supplier of updated pose 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: Wed, 20 Jul 2005 01:22:10 -0300 Source: pose Binary: pose-doc pose-profile pose Architecture: source i386 all Version: 3.5-8 Distribution: unstable Urgency: low Maintainer: Lucas Wall <[EMAIL PROTECTED]> Changed-By: Lucas Wall <[EMAIL PROTECTED]> Description: pose - emulates the hardware for most Palm Computing Platform devices pose-doc - emulates the hardware for most Palm Computing Platform devices pose-profile - emulates the hardware for most Palm Computing Platform devices Closes: 297258 297267 303199 316898 318900 318902 Changes: pose (3.5-8) unstable; urgency=low . * Fixed deadlock when doing hotsync through pesudo tty. (closes: #297258) * Fixed "PADP TX Unexpected packet" when doing hotsync. (closes: #297267) Thanks YuLei! * Updated pose to use zlib. Thanks Nate Eldredge! (closes: #303199) * Fixed va_list portability issue. Thanks Nathan Hand! (closes: #318900) * Pose responds to pen events. (closes: #318902) * Unix serial port file descriptor corrections. (closes: #316898) * Builds with gcc 3.4. Files: d468c7fae13b07c7522eb259978639dd 657 contrib/otherosfs optional pose_3.5-8.dsc 5f9c0fdfc7cfe91c5b9b1cc9c2d4f79d 186820 contrib/otherosfs optional pose_3.5-8.diff.gz 603d6f63f063968781ef1ab7ddc5052f 1232192 contrib/otherosfs optional pose-doc_3.5-8_all.deb 2c674010d293767c92c4b38ddeb93d40 1145214 contrib/otherosfs optional pose_3.5-8_i386.deb 5c35f3da69ea6e70c7e4d4eb01508fcf 1158156 contrib/otherosfs optional pose-profile_3.5-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC3nYsvJtHM4T7RtYRAscpAKDln+zNHknUuwZX3X1TOTAzK457RgCgsfxh XvQil7U7X7GCHhZ1MrsdKIk= =HXfj -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]