Re: uml compile error

2008-02-13 Thread Adrian Bunk
On Wed, Feb 13, 2008 at 11:24:31PM +0100, Rafael J. Wysocki wrote: > On Friday, 8 of February 2008, Adrian Bunk wrote: > > Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: > > > > <-- snip --> > > > > ... > > CC fs/hostfs/hostfs_kern.o > >

Re: uml compile error

2008-02-13 Thread Rafael J. Wysocki
On Friday, 8 of February 2008, Adrian Bunk wrote: > Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: > > <-- snip --> > > ... > CC fs/hostfs/hostfs_kern.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In > function ‘hostfs_show_options’: >

Re: uml compile error

2008-02-13 Thread Rafael J. Wysocki
On Friday, 8 of February 2008, Adrian Bunk wrote: Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: -- snip -- ... CC fs/hostfs/hostfs_kern.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In function ‘hostfs_show_options’:

Re: uml compile error

2008-02-13 Thread Adrian Bunk
On Wed, Feb 13, 2008 at 11:24:31PM +0100, Rafael J. Wysocki wrote: On Friday, 8 of February 2008, Adrian Bunk wrote: Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: -- snip -- ... CC fs/hostfs/hostfs_kern.o

Re: uml compile error

2008-02-08 Thread Adrian Bunk
On Sat, Feb 09, 2008 at 01:05:15AM +0100, Jiri Kosina wrote: > On Sat, 9 Feb 2008, Adrian Bunk wrote: > > > Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: > > <-- snip --> > > ... > > CC fs/hostfs/hostfs_kern.o > >

Re: uml compile error

2008-02-08 Thread Jiri Kosina
On Sat, 9 Feb 2008, Adrian Bunk wrote: > Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: > <-- snip --> > ... > CC fs/hostfs/hostfs_kern.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In > function 'hostfs_show_options': >

uml compile error

2008-02-08 Thread Adrian Bunk
Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: <-- snip --> ... CC fs/hostfs/hostfs_kern.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In function ‘hostfs_show_options’: /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error:

Re: uml compile error

2008-02-08 Thread Jiri Kosina
On Sat, 9 Feb 2008, Adrian Bunk wrote: Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: -- snip -- ... CC fs/hostfs/hostfs_kern.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In function 'hostfs_show_options':

Re: uml compile error

2008-02-08 Thread Adrian Bunk
On Sat, Feb 09, 2008 at 01:05:15AM +0100, Jiri Kosina wrote: On Sat, 9 Feb 2008, Adrian Bunk wrote: Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: -- snip -- ... CC fs/hostfs/hostfs_kern.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In

uml compile error

2008-02-08 Thread Adrian Bunk
Commit dd2cc4dff3b08ab54c4c177a080046bcc84ac41d broke uml: -- snip -- ... CC fs/hostfs/hostfs_kern.o /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In function ‘hostfs_show_options’: /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error:

Re: UML compile error

2007-07-27 Thread Gabriel C
Andrew Morton wrote: > On Sat, 28 Jul 2007 00:46:57 +0200 > Gabriel C <[EMAIL PROTECTED]> wrote: > >> UML does not compile on current git head. >> >> >> $ make defconfig ARCH=um >> [..] >> $ make ARCH=um >> scripts/kconfig/conf -s arch/um/Kconfig >> net/bluetooth/hidp/Kconfig:4:warning:

Re: UML compile error

2007-07-27 Thread Andrew Morton
On Sat, 28 Jul 2007 00:46:57 +0200 Gabriel C <[EMAIL PROTECTED]> wrote: > UML does not compile on current git head. > > > $ make defconfig ARCH=um > [..] > $ make ARCH=um > scripts/kconfig/conf -s arch/um/Kconfig > net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol >

UML compile error

2007-07-27 Thread Gabriel C
Hi, UML does not compile on current git head. $ make defconfig ARCH=um [..] $ make ARCH=um scripts/kconfig/conf -s arch/um/Kconfig net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol 'BT_HIDP' refers to undefined symbol 'HID' drivers/net/wireless/Kconfig:552:warning:

UML compile error

2007-07-27 Thread Gabriel C
Hi, UML does not compile on current git head. $ make defconfig ARCH=um [..] $ make ARCH=um scripts/kconfig/conf -s arch/um/Kconfig net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol 'BT_HIDP' refers to undefined symbol 'HID' drivers/net/wireless/Kconfig:552:warning:

Re: UML compile error

2007-07-27 Thread Andrew Morton
On Sat, 28 Jul 2007 00:46:57 +0200 Gabriel C [EMAIL PROTECTED] wrote: UML does not compile on current git head. $ make defconfig ARCH=um [..] $ make ARCH=um scripts/kconfig/conf -s arch/um/Kconfig net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol 'BT_HIDP'

Re: UML compile error

2007-07-27 Thread Gabriel C
Andrew Morton wrote: On Sat, 28 Jul 2007 00:46:57 +0200 Gabriel C [EMAIL PROTECTED] wrote: UML does not compile on current git head. $ make defconfig ARCH=um [..] $ make ARCH=um scripts/kconfig/conf -s arch/um/Kconfig net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config