Re: 2.4.1-ac12 compile failure on sparc64

2001-02-14 Thread Anthony Fok
On Wed, Feb 14, 2001 at 10:41:48PM +1100, Anton Blanchard wrote: > > Hi - I am having compilation troubles on my sparc64 workstation (standard > > Ultra 5 machine), which is currently running stock 2.4.1 on Red Hat 6.2 quite > > happily. > > We arent tracking the -ac patches at the moment and a

Re: 2.4.1-ac12 compile failure on sparc64

2001-02-14 Thread Aaron Dewell
It's a quick change at arch/sparc64/kernel/sys_sparc32.c:907 from: struct dqblk d; to: struct disk_dqblk d; Compiles and works great on my ultra. On Wed, 14 Feb 2001, Anton Blanchard wrote: > > Hi - I am having compilation troubles on my sparc64 workstation (standard > > Ultr

Re: 2.4.1-ac12 compile failure on sparc64

2001-02-14 Thread Alan Cox
> I have tried upgrading to -ac10 and now -ac12, but both fail during > compilation (using gcc-2.91.66-sparc) at the same point, in what appears to > be the sparc32 syscall conversion code: The -ac tree doesnt currently support sparc because nobody has written the 32/64bit converts for the new

Re: 2.4.1-ac12 compile failure on sparc64

2001-02-14 Thread Anton Blanchard
> Hi - I am having compilation troubles on my sparc64 workstation (standard > Ultra 5 machine), which is currently running stock 2.4.1 on Red Hat 6.2 quite > happily. We arent tracking the -ac patches at the moment and alan can't be expected to ensure it compiles on all architectures. Best bet

2.4.1-ac12 compile failure on sparc64

2001-02-14 Thread ASN Stevens, Computing Service
Hi - I am having compilation troubles on my sparc64 workstation (standard Ultra 5 machine), which is currently running stock 2.4.1 on Red Hat 6.2 quite happily. I have tried upgrading to -ac10 and now -ac12, but both fail during compilation (using gcc-2.91.66-sparc) at the same point, in what