Bug#347913: conspy: does not work on powerpc

2006-01-16 Thread Russell Stuart
On Fri, 2006-01-13 at 14:50 +0100, Harald Staub wrote:
 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.0 +0100
 +++ conspy.c2006-01-13 14:26:28.0 +0100
 @@ -210,8 +210,8 @@
   * A character as it appears in the VGA video buffer.
   */
  struct vidchar {
 -  unsigned charvidchar_char;   /* The IBM-ASCII
 Char code */
unsigned charvidchar_attribute;  /* Colour/blink/bold
 spec */
 +  unsigned charvidchar_char;   /* The IBM-ASCII
 Char code */
  };

Yes, it looks like endianness problem.  Your patch makes
it obvious - thank you for that.

I can't test my fix as I don't have access to a big
endian machine.  Could you do it for me?  You can
download a Debian source package for the as yet 
unreleased version 1.4 here:

  www.stuart.id.au/russell/files/debian/sarge/conspy

Let me know the outcome (can't do it / works / doesn't
work, etc).




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



Bug#347913: conspy: does not work on powerpc

2006-01-16 Thread Harald Staub
On 14.01.2006 11:03, Russell Stuart wrote:
 Yes, it looks like endianness problem.  Your patch makes
 it obvious - thank you for that.
 
 I can't test my fix as I don't have access to a big
 endian machine.  Could you do it for me?  You can
 download a Debian source package for the as yet 
 unreleased version 1.4 here:
 
   www.stuart.id.au/russell/files/debian/sarge/conspy
 
 Let me know the outcome (can't do it / works / doesn't
 work, etc).

Works fine here, thanks a lot!


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



Bug#347913: conspy: does not work on powerpc

2006-01-13 Thread Harald Staub
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.0 +0100
+++ conspy.c2006-01-13 14:26:28.0 +0100
@@ -210,8 +210,8 @@
  * A character as it appears in the VGA video buffer.
  */
 struct vidchar {
-  unsigned charvidchar_char;   /* The IBM-ASCII
Char code */
   unsigned charvidchar_attribute;  /* Colour/blink/bold
spec */
+  unsigned charvidchar_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


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