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
> > /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: dereferencing pointer to incomplete type
> > make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
> > 
> > <--  snip  -->
> 
> Has it been fixed in the mainline?

Yes.

> Rafael

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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’:
> /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error: 
> dereferencing pointer to incomplete type
> make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
> 
> <--  snip  -->

Has it been fixed in the mainline?

Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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’:
 /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error: 
 dereferencing pointer to incomplete type
 make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
 
 --  snip  --

Has it been fixed in the mainline?

Rafael
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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
  /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: dereferencing pointer to incomplete type
  make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
  
  --  snip  --
 
 Has it been fixed in the mainline?

Yes.

 Rafael

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
> > function 'hostfs_show_options':
> > /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: 
> > error: dereferencing pointer to incomplete type
> > make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
> 
> I guess we need this one?
> 
> 
> 
> From: Jiri Kosina <[EMAIL PROTECTED]>
> 
> UML: fix hostfs build
>...

Thanks that fixed it.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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':
> /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error: 
> dereferencing pointer to incomplete type
> make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1

I guess we need this one?



From: Jiri Kosina <[EMAIL PROTECTED]>

UML: fix hostfs build

We need to include mount.h to get vfsmount.

Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]>

diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index d0549cb..5222345 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -12,6 +12,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "hostfs.h"
 #include "init.h"
 #include "kern.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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':
 /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error: 
 dereferencing pointer to incomplete type
 make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1

I guess we need this one?



From: Jiri Kosina [EMAIL PROTECTED]

UML: fix hostfs build

We need to include mount.h to get vfsmount.

Signed-off-by: Jiri Kosina [EMAIL PROTECTED]

diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index d0549cb..5222345 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -12,6 +12,7 @@
 #include linux/pagemap.h
 #include linux/statfs.h
 #include linux/seq_file.h
+#include linux/mount.h
 #include hostfs.h
 #include init.h
 #include kern.h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
  function 'hostfs_show_options':
  /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: 
  error: dereferencing pointer to incomplete type
  make[3]: *** [fs/hostfs/hostfs_kern.o] Error 1
 
 I guess we need this one?
 
 
 
 From: Jiri Kosina [EMAIL PROTECTED]
 
 UML: fix hostfs build
...

Thanks that fixed it.

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 symbol 
>> 'BT_HIDP' refers to undefined symbol 'HID'
>> drivers/net/wireless/Kconfig:552:warning: 'select' used by config symbol 
>> 'RTL8187' refers to undefined symbol 'EEPROM_93CX6'
>>   SYMLINK arch/um/include/kern_constants.h
>>   CHK arch/um/include/uml-config.h
>>   UPD arch/um/include/uml-config.h
>>   CC  arch/um/sys-i386/user-offsets.s
>>   CHK arch/um/include/user_constants.h
>>   CHK include/linux/version.h
>>   CHK include/linux/utsrelease.h
>>   CC  arch/um/kernel/asm-offsets.s
>> In file included from include/linux/sched.h:54,
>>  from arch/um/include/sysdep/kernel-offsets.h:2,
>>  from arch/um/kernel/asm-offsets.c:1:
>> include/linux/jiffies.h:18:5: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:20:7: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:22:7: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:24:7: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:26:7: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined
>> include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined
> 
> I suspect your build setup broke.  Try `make mrproper' then
> have another go.
> 

Right this auto build tree broke for some reason.

A fresh git tree is fine ,  sorry for the noise.


Gabriel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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' refers to undefined symbol 'HID'
> drivers/net/wireless/Kconfig:552:warning: 'select' used by config symbol 
> 'RTL8187' refers to undefined symbol 'EEPROM_93CX6'
>   SYMLINK arch/um/include/kern_constants.h
>   CHK arch/um/include/uml-config.h
>   UPD arch/um/include/uml-config.h
>   CC  arch/um/sys-i386/user-offsets.s
>   CHK arch/um/include/user_constants.h
>   CHK include/linux/version.h
>   CHK include/linux/utsrelease.h
>   CC  arch/um/kernel/asm-offsets.s
> In file included from include/linux/sched.h:54,
>  from arch/um/include/sysdep/kernel-offsets.h:2,
>  from arch/um/kernel/asm-offsets.c:1:
> include/linux/jiffies.h:18:5: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:20:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:22:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:24:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:26:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined
> include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined

I suspect your build setup broke.  Try `make mrproper' then
have another go.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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' refers to undefined symbol 'HID'
 drivers/net/wireless/Kconfig:552:warning: 'select' used by config symbol 
 'RTL8187' refers to undefined symbol 'EEPROM_93CX6'
   SYMLINK arch/um/include/kern_constants.h
   CHK arch/um/include/uml-config.h
   UPD arch/um/include/uml-config.h
   CC  arch/um/sys-i386/user-offsets.s
   CHK arch/um/include/user_constants.h
   CHK include/linux/version.h
   CHK include/linux/utsrelease.h
   CC  arch/um/kernel/asm-offsets.s
 In file included from include/linux/sched.h:54,
  from arch/um/include/sysdep/kernel-offsets.h:2,
  from arch/um/kernel/asm-offsets.c:1:
 include/linux/jiffies.h:18:5: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:20:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:22:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:24:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:26:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:28:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:30:7: warning: CONFIG_HZ is not defined

I suspect your build setup broke.  Try `make mrproper' then
have another go.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 symbol 
 'BT_HIDP' refers to undefined symbol 'HID'
 drivers/net/wireless/Kconfig:552:warning: 'select' used by config symbol 
 'RTL8187' refers to undefined symbol 'EEPROM_93CX6'
   SYMLINK arch/um/include/kern_constants.h
   CHK arch/um/include/uml-config.h
   UPD arch/um/include/uml-config.h
   CC  arch/um/sys-i386/user-offsets.s
   CHK arch/um/include/user_constants.h
   CHK include/linux/version.h
   CHK include/linux/utsrelease.h
   CC  arch/um/kernel/asm-offsets.s
 In file included from include/linux/sched.h:54,
  from arch/um/include/sysdep/kernel-offsets.h:2,
  from arch/um/kernel/asm-offsets.c:1:
 include/linux/jiffies.h:18:5: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:20:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:22:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:24:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:26:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:28:7: warning: CONFIG_HZ is not defined
 include/linux/jiffies.h:30:7: warning: CONFIG_HZ is not defined
 
 I suspect your build setup broke.  Try `make mrproper' then
 have another go.
 

Right this auto build tree broke for some reason.

A fresh git tree is fine ,  sorry for the noise.


Gabriel
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/