compile error in linux-2.6.11-rc1

2005-01-21 Thread Adam Sulmicki
appears in.) make[1]: *** [arch/i386/kernel/nmi.o] Error 1 make: *** [arch/i386/kernel] Error 2 linux:/usr/src/cm/kexec/linux-2.6.11-rc1 # - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: Linux 2.6.11-rc1

2005-01-20 Thread Romano Giannetti
On Thu, Jan 20, 2005 at 08:17:38AM +0100, Peter Osterlund wrote: > > > > That fixed it, thanks. I hope this can make it in before 2.6.11 final, > > but if it doesn't, I'll just patch it in. > > OK, I've got another report in private mail where this patch fixed the > ALPS detection, so the score

Re: Linux 2.6.11-rc1

2005-01-19 Thread Peter Osterlund
On Wed, 19 Jan 2005, Daniel Gryniewicz wrote: > On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: > > On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > > > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > > > Ok, the big merges after 2.6.10 are hopefully over, and

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: > On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > > > there. > > > > > > > > > >

Re: Linux 2.6.11-rc1

2005-01-19 Thread Dmitry Torokhov
On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > > there. > > > > > > Peter Osterlund: > > o input: Add ALPS touchpad driver, driver by Neil B

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > there. > > Peter Osterlund: > o input: Add ALPS touchpad driver, driver by Neil Brown, Peter > Osterlund and Dmitry Torokhov, some fixes by Vojtech Pavlik

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-17 Thread Geert Uytterhoeven
On Sun, 16 Jan 2005, Sam Ravnborg wrote: > On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: > > Changing > > > > | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) > > -print-file-name=include) > > > > to > > > > | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC) > > -pri

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Sam Ravnborg
On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: > Changing > > | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) > > to > > | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC) -print-file-name=include) > > fixed it. I guess it picked up the defin

Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Geert Uytterhoeven
On Tue, 11 Jan 2005, Linus Torvalds wrote: > Sam Ravnborg: > o kbuild: Use -isystem `gcc --print-file-name=include` This change broke cross-compilation for me. It causes /usr/lib/gcc-lib/i486-linux/3.3.5/include/stdarg.h to be picked up instead of /usr/local/lib/gcc-lib/m68k-linux/2.95.2/includ