Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Alan Cox
> Weird. These two lines in your patch (in ide-lib.c): > printk("%s: %s: status=0x%02x { ", drive->name, msg, stat); > printk("%s: %s: status=0x%02x { ", drive->name, msg, stat); > have "dUmMy=" instead of "status=", a freshly unpacked > linux-2.6.13.tar.bz2 tree has "status="

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 22:48, Ingo Molnar wrote: > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: > > > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > > > > > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Karsten Wiese
Am Dienstag, 30. August 2005 08:28 schrieb Ingo Molnar: > ok, managed to reproduce it with this .config. It's an effect of the > IOAPIC_CACHE code. I have fixed it with the patch below (which is also > in 2.6.13-rt2), and the resulting kernel builds & boots fine. Karsten, > does it look sane to

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Ingo Molnar
* Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > I still get the error, it is happening in the _smp_ build, I don't > know what's wrong... > > arch/i386/mach-generic/built-in.o(.text+0x1183): In function > `es7000_rename_gsi': > arch/i386/mach-generic/../mach-es7000/es7000plat.c:68:

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Ingo Molnar
* Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I still get the error, it is happening in the _smp_ build, I don't know what's wrong... arch/i386/mach-generic/built-in.o(.text+0x1183): In function `es7000_rename_gsi': arch/i386/mach-generic/../mach-es7000/es7000plat.c:68: undefined

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Karsten Wiese
Am Dienstag, 30. August 2005 08:28 schrieb Ingo Molnar: ok, managed to reproduce it with this .config. It's an effect of the IOAPIC_CACHE code. I have fixed it with the patch below (which is also in 2.6.13-rt2), and the resulting kernel builds boots fine. Karsten, does it look sane to you?

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 22:48, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for i386:

Re: 2.6.13-rc7-rt4, fails to build

2005-08-30 Thread Alan Cox
Weird. These two lines in your patch (in ide-lib.c): printk(%s: %s: status=0x%02x { , drive-name, msg, stat); printk(%s: %s: status=0x%02x { , drive-name, msg, stat); have dUmMy= instead of status=, a freshly unpacked linux-2.6.13.tar.bz2 tree has status= there, unless I'm

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Ingo Molnar
* Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: > > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > > > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for > > > i386: > > > > hm, cannot reproduce this build

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 18:45, Lee Revell wrote: > On Mon, 2005-08-29 at 18:15 -0700, Fernando Lopez-Lezcano wrote: > > On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: > > > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > > > > > I'm getting a build error for 2.6.13-rc7-rt4 with

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Lee Revell
On Mon, 2005-08-29 at 18:15 -0700, Fernando Lopez-Lezcano wrote: > On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: > > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > > > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for > > > i386: > > > > hm, cannot reproduce

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: > * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > > > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for > > i386: > > hm, cannot reproduce this build problem on my current tree - could you > try 2.6.13-rt1? (and please

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Ingo Molnar
* Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for > i386: hm, cannot reproduce this build problem on my current tree - could you try 2.6.13-rt1? (and please send the 2.6.13-rt1 .config if it still occurs) Ingo

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Ingo Molnar
* Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for i386: hm, cannot reproduce this build problem on my current tree - could you try 2.6.13-rt1? (and please send the 2.6.13-rt1 .config if it still occurs) Ingo -

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for i386: hm, cannot reproduce this build problem on my current tree - could you try 2.6.13-rt1? (and please send the

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Lee Revell
On Mon, 2005-08-29 at 18:15 -0700, Fernando Lopez-Lezcano wrote: On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for i386: hm, cannot reproduce this build problem

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Fernando Lopez-Lezcano
On Mon, 2005-08-29 at 18:45, Lee Revell wrote: On Mon, 2005-08-29 at 18:15 -0700, Fernando Lopez-Lezcano wrote: On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for

Re: 2.6.13-rc7-rt4, fails to build

2005-08-29 Thread Ingo Molnar
* Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote: * Fernando Lopez-Lezcano [EMAIL PROTECTED] wrote: I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for i386: hm, cannot reproduce this build problem on my current