Your message dated Mon, 28 Feb 2005 12:17:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297304: fixed in lineakd 1:0.8.2-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; 28 Feb 2005 14:16:10 +0000
>From [EMAIL PROTECTED] Mon Feb 28 06:16:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from amsfep14-int.chello.nl [213.46.243.21] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D5lgv-00068L-00; Mon, 28 Feb 2005 06:16:10 -0800
Received: from localhost ([84.118.22.132]) by amsfep14-int.chello.nl
          (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Mon, 28 Feb 2005 15:15:37 +0100
Received: from root by localhost with local (Exim 4.44)
        id 1D5lgO-0007zx-Is
        for [EMAIL PROTECTED]; Mon, 28 Feb 2005 15:15:36 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Per-Arne Hellarvik <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: lineakd: Endless loop when reading configfile lineakkb.def.
X-Mailer: reportbug 3.8
Date: Mon, 28 Feb 2005 15:15:36 +0100
Message-Id: <[EMAIL PROTECTED]>
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: lineakd
Version: 1:0.8.2-3
Severity: important


When using this package on a 64-bit system, it tries to compare an 32
bit unsigned int to an 64 bit unsigned int.

Errors in lineak/defloader.cpp

replace
if ((unsigned int)key.find('|') != string::npos) {
with
if ((unsigned int)key.find('|') != (unsigned int)string::npos){

and
while (((unsigned int)(index = key.find('|'))) != string::npos) {
with
while (((unsigned int)(index = key.find('|'))) != (unsigned
int)string::npos) {



-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.10-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lineakd depends on:
ii  libc6          2.3.2.ds1-20.0.0.1.pure64 GNU C Library: Shared libraries an
ii  libgcc1        1:3.4.3-9                 GCC support library
ii  libice6        4.3.0.dfsg.1-12           Inter-Client Exchange library
ii  libsm6         4.3.0.dfsg.1-12           X Window System Session Management
ii  libstdc++5     1:3.3.5-8                 The GNU Standard C++ Library v3
ii  libx11-6       4.3.0.dfsg.1-12           X Window System protocol client li
ii  libxext6       4.3.0.dfsg.1-12           X Window System miscellaneous exte
ii  ucf            1.14                      Update Configuration File: preserv
ii  xlibs          4.3.0.dfsg.1-12           X Keyboard Extension (XKB) configu

-- no debconf information

---------------------------------------
Received: (at 297304-close) by bugs.debian.org; 28 Feb 2005 17:23:32 +0000
>From [EMAIL PROTECTED] Mon Feb 28 09:23:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D5ocG-0003iU-00; Mon, 28 Feb 2005 09:23:32 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D5oWN-0004OV-00; Mon, 28 Feb 2005 12:17:27 -0500
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297304: fixed in lineakd 1:0.8.2-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 28 Feb 2005 12:17:27 -0500
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=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: lineakd
Source-Version: 1:0.8.2-4

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

lineak-dev_0.8.2-4_i386.deb
  to pool/main/l/lineakd/lineak-dev_0.8.2-4_i386.deb
lineakd_0.8.2-4.diff.gz
  to pool/main/l/lineakd/lineakd_0.8.2-4.diff.gz
lineakd_0.8.2-4.dsc
  to pool/main/l/lineakd/lineakd_0.8.2-4.dsc
lineakd_0.8.2-4_i386.deb
  to pool/main/l/lineakd/lineakd_0.8.2-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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated lineakd 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: Mon, 28 Feb 2005 17:18:23 +0100
Source: lineakd
Binary: lineakd lineak-dev
Architecture: source i386
Version: 1:0.8.2-4
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 lineak-dev - LinEAK development files
 lineakd    - Linux support for Easy Access and Internet Keyboards
Closes: 297304
Changes: 
 lineakd (1:0.8.2-4) unstable; urgency=low
 .
   * Pulled 64-bit fixes from CVS (closes: bug#297304).
Files: 
 d5c9411ab13ba4bceb1c8f30c057c4b2 623 x11 optional lineakd_0.8.2-4.dsc
 84d9d1bea4b6ae44d89247bb3e286587 9241 x11 optional lineakd_0.8.2-4.diff.gz
 e1ba8ac61efc6807a40449a1cdd06e13 171592 x11 optional lineakd_0.8.2-4_i386.deb
 3f79eeac5cb94f3246d6be8dd069153a 166784 libdevel optional 
lineak-dev_0.8.2-4_i386.deb

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

iD8DBQFCI06Nw3ao2vG823MRAgPQAJwMbbWPsoVjSzWKIr00K+K0iDaHlACfRuvd
2/8H1PFjrqyhIm+tdPFNNTg=
=hgDD
-----END PGP SIGNATURE-----


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

Reply via email to