Re: Problem with Linux/390 asm-s390 Include files?

2004-09-13 Thread Post, Mark K
On 08/13/2003, Martin Schwidefsky [EMAIL PROTECTED] wrote: How unfortunate. Well, it's Gerhards patch then: --- linux-2.4.19/include/asm-s390/ptrace.h.bak Mon Mar 17 19:59:32 2003 +++ linux-2.4.19/include/asm-s390/ptrace.h Mon Mar 17 20:00:05 2003 @@ -129,7 +129,9 @@ { float f;

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-14 Thread Post, Mark K
, Mark K Sent: Tuesday, August 05, 2003 5:38 PM To: 'Linux390' Subject: Problem with Linux/390 asm-s390 Include files? I'm trying to compile KDE 3.1.3. Things go quite a long way before I get this error: Making all in Linux make[4]: Entering directory `/tmp/build-kdebase-3.1.3-s390-1/kdebase-3.1.3

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-14 Thread Ulrich Weigand
Martin Schwidefsky wrote: The straight forward solution is to replace __u64 with unsigned long long, __u32 with unsigned int and __u16 with unsigned short. Since ptrace.h is commonly used in user space (hmpf) I'll change asm-s390/ptrace.h. This doesn't really solve the problem, because there is

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-14 Thread Martin Schwidefsky
The straight forward solution is to replace __u64 with unsigned long long, __u32 with unsigned int and __u16 with unsigned short. Since ptrace.h is commonly used in user space (hmpf) I'll change asm-s390/ptrace.h. This doesn't really solve the problem, because there is a reason __u64 is not

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-14 Thread Stefan Gybas
Post, Mark K wrote: I'm trying to compile KDE 3.1.3. Things go quite a long way before I get this error: This also happend when the Debian/390 auto-builder tried to compile KDE: http://bugs.debian.org/203949 Gerhard Tonn has posted a fix for the kernel headers at http://bugs.debian.org/185195.

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-11 Thread BOEBLINGEN LINUX390
Hi Mark, Since /usr/include/asm/ptrace.h has this unconditional define: typedef union { float f; double d; __u64 ui;- Line 132 struct { __u32 hi; __u32 lo; } fp; } freg_t; The straight

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-08 Thread Guillaume Morin
-- Guillaume Morin [EMAIL PROTECTED] IBM Poughkeepsie SAK Kernel Development Mark Post -Original Message- From: John Summerfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:30 PM To: [EMAIL PROTECTED] Subject: Re: Problem with Linux/390 asm-s390 Include files? And you

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-08 Thread John Summerfield
On Tue, 5 Aug 2003, Post, Mark K wrote: I'm trying to compile KDE 3.1.3. Things go quite a long way before I get this error: Making all in Linux make[4]: Entering directory `/tmp/build-kdebase-3.1.3-s390-1/kdebase-3.1.3/ksysguard/ksysguardd/Linux' if s390-slackware-linux-gcc

Re: Problem with Linux/390 asm-s390 Include files?

2003-08-05 Thread John Summerfield
On Tue, 5 Aug 2003, Post, Mark K wrote: Tell it to the Linux distributors, not me. I don't make those decisions, they do. Red Hat has worked it out and no longer has that symlink. It's the symlink that makes it dangerous: previously RH skated round it, but a lot of users borked their system