Your message dated Mon, 23 Jan 2006 02:32:08 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347913: fixed in conspy 1.4-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; 13 Jan 2006 13:51:10 +0000
>From [EMAIL PROTECTED] Fri Jan 13 05:51:10 2006
Return-path: <[EMAIL PROTECTED]>
Received: from central.switch.ch ([130.59.11.11])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ExPKg-0006sF-CI
        for [EMAIL PROTECTED]; Fri, 13 Jan 2006 05:51:10 -0800
Received: from brugg ([130.59.6.124])
        by central.switch.ch with esmtp (Exim 3.20 #1)
        id 1ExPKA-0003L3-00
        for [EMAIL PROTECTED]; Fri, 13 Jan 2006 14:50:38 +0100
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 13 Jan 2006 14:50:36 +0100
From: Harald Staub <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051018)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: conspy: does not work on powerpc
X-Enigmail-Version: 0.93.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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: conspy
Version: 1.3-1
Severity: normal

There is probably an endianness problem. The following quick and dirty hack
helped in my case:

--- conspy.c.orig       2006-01-09 03:52:03.000000000 +0100
+++ conspy.c    2006-01-13 14:26:28.000000000 +0100
@@ -210,8 +210,8 @@
  * A character as it appears in the VGA video buffer.
  */
 struct vidchar {
-  unsigned char                vidchar_char;           /* The IBM-ASCII
Char code */
   unsigned char                vidchar_attribute;      /* Colour/blink/bold
spec */
+  unsigned char                vidchar_char;           /* The IBM-ASCII
Char code */
 };

 /*


I do not know how this should be fixed in a clean way ...

Cheers
 Harry

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages conspy depends on:
ii  libc6                         2.3.5-11   GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

conspy recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 347913-close) by bugs.debian.org; 23 Jan 2006 10:41:34 +0000
>From [EMAIL PROTECTED] Mon Jan 23 02:41:34 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F0yzY-0005Ps-1T; Mon, 23 Jan 2006 02:32:08 -0800
From: Russell Stuart <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#347913: fixed in conspy 1.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 23 Jan 2006 02:32:08 -0800
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: conspy
Source-Version: 1.4-1

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

conspy_1.4-1.diff.gz
  to pool/main/c/conspy/conspy_1.4-1.diff.gz
conspy_1.4-1.dsc
  to pool/main/c/conspy/conspy_1.4-1.dsc
conspy_1.4-1_alpha.deb
  to pool/main/c/conspy/conspy_1.4-1_alpha.deb
conspy_1.4-1_i386.deb
  to pool/main/c/conspy/conspy_1.4-1_i386.deb
conspy_1.4-1_mips.deb
  to pool/main/c/conspy/conspy_1.4-1_mips.deb
conspy_1.4-1_sparc.deb
  to pool/main/c/conspy/conspy_1.4-1_sparc.deb
conspy_1.4.orig.tar.gz
  to pool/main/c/conspy/conspy_1.4.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.
Russell Stuart <[EMAIL PROTECTED]> (supplier of updated conspy 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: Sat, 14 Jan 2006 19:52:08 +1000
Source: conspy
Binary: conspy
Architecture: source i386 mips alpha sparc
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Russell Stuart <[EMAIL PROTECTED]>
Changed-By: Russell Stuart <[EMAIL PROTECTED]>
Description: 
 conspy     - Remote control of Linux virtual consoles
Closes: 347913
Changes: 
 conspy (1.4-1) unstable; urgency=low
 .
   * New upstream release.  Closes: #347913.
Files: 
 339b8d1b73b2db785bf47e36f44ec766 578 admin optional conspy_1.4-1.dsc
 e17c491d26cb935f5515bc898958ee54 42287 admin optional conspy_1.4.orig.tar.gz
 cd41537c395c0fad6f2eebd34e1b4784 1794 admin optional conspy_1.4-1.diff.gz
 5191c25f3c07d8837e7399195afaa117 9898 admin optional conspy_1.4-1_i386.deb
 33885862c9dd27afafd2880ad83ca8c1 10228 admin optional conspy_1.4-1_sparc.deb
 4bf3cd96e64149adf18bc4e79dfb658c 11824 admin optional conspy_1.4-1_alpha.deb
 f6d1d8638922df1dccdf0f02fbbcba56 10712 admin optional conspy_1.4-1_mips.deb

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

iD8DBQFD1K49ipBneRiAKDwRAirVAJ93V2PlVMRyuvdw3KInZH13YJuNxACbBgqP
gMJZWrtbanSkp1jzfM3g13o=
=jWW8
-----END PGP SIGNATURE-----


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

Reply via email to