Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
Package: linux-kernel-headers
Version: 2.5.999-test7-bk-15

In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
u64 type.  That type is __KERNEL__ only.

I think the whole file should be probably be #ifdef'd to
__KERNEL__ but I'm not sure.

This problem causes a build failure for sysklogd and should
therefor probably be tagged as RC.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 14:25:49 +0200,
Kurt Roeckx wrote:
 In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
 u64 type.  That type is __KERNEL__ only.
 
 I think the whole file should be probably be #ifdef'd to
 __KERNEL__ but I'm not sure.
 
 This problem causes a build failure for sysklogd and should
 therefor probably be tagged as RC.

For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
included?

Regards,
-- gotom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
On Sun, Apr 25, 2004 at 10:40:37PM +0900, GOTO Masanori wrote:
 At Sun, 25 Apr 2004 14:25:49 +0200,
 Kurt Roeckx wrote:
  In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
  u64 type.  That type is __KERNEL__ only.
  
  I think the whole file should be probably be #ifdef'd to
  __KERNEL__ but I'm not sure.
  
  This problem causes a build failure for sysklogd and should
  therefor probably be tagged as RC.
 
 For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
 included?

On current sarge?

ksys_mod.c includes linux/modules.h and that includes
linux/sched.h and that includes linux/jiffies.h.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 15:49:03 +0200,
Kurt Roeckx wrote:
 On Sun, Apr 25, 2004 at 10:40:37PM +0900, GOTO Masanori wrote:
  At Sun, 25 Apr 2004 14:25:49 +0200,
  Kurt Roeckx wrote:
   In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
   u64 type.  That type is __KERNEL__ only.
   
   I think the whole file should be probably be #ifdef'd to
   __KERNEL__ but I'm not sure.
   
   This problem causes a build failure for sysklogd and should
   therefor probably be tagged as RC.
  
  For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
  included?
 
 On current sarge?

current sid.

 ksys_mod.c includes linux/modules.h and that includes

ksym_mod.c ?  linux/module.h ?
Only oops.c includes linux/module.h.

 linux/sched.h and that includes linux/jiffies.h.

Which version did you build sysklogd ?

Regards,
-- gotom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
On Sun, Apr 25, 2004 at 11:21:53PM +0900, GOTO Masanori wrote:
 
 Which version did you build sysklogd ?

I'm using 1.4.1-10, which is the latest in testing.

Trying the same with 1.4.1-14 fixes all my problems.

Sorry for all those bugreports about sysklogd.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
Package: linux-kernel-headers
Version: 2.5.999-test7-bk-15

In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
u64 type.  That type is __KERNEL__ only.

I think the whole file should be probably be #ifdef'd to
__KERNEL__ but I'm not sure.

This problem causes a build failure for sysklogd and should
therefor probably be tagged as RC.


Kurt





Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 14:25:49 +0200,
Kurt Roeckx wrote:
 In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
 u64 type.  That type is __KERNEL__ only.
 
 I think the whole file should be probably be #ifdef'd to
 __KERNEL__ but I'm not sure.
 
 This problem causes a build failure for sysklogd and should
 therefor probably be tagged as RC.

For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
included?

Regards,
-- gotom




Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
On Sun, Apr 25, 2004 at 10:40:37PM +0900, GOTO Masanori wrote:
 At Sun, 25 Apr 2004 14:25:49 +0200,
 Kurt Roeckx wrote:
  In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
  u64 type.  That type is __KERNEL__ only.
  
  I think the whole file should be probably be #ifdef'd to
  __KERNEL__ but I'm not sure.
  
  This problem causes a build failure for sysklogd and should
  therefor probably be tagged as RC.
 
 For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
 included?

On current sarge?

ksys_mod.c includes linux/modules.h and that includes
linux/sched.h and that includes linux/jiffies.h.


Kurt





Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 15:49:03 +0200,
Kurt Roeckx wrote:
 On Sun, Apr 25, 2004 at 10:40:37PM +0900, GOTO Masanori wrote:
  At Sun, 25 Apr 2004 14:25:49 +0200,
  Kurt Roeckx wrote:
   In /usr/include/linux/jiffies.h line 16, 20 and 22 it uses the
   u64 type.  That type is __KERNEL__ only.
   
   I think the whole file should be probably be #ifdef'd to
   __KERNEL__ but I'm not sure.
   
   This problem causes a build failure for sysklogd and should
   therefor probably be tagged as RC.
  
  For me, sysklogd_1.4.1-14 is buildable.  BTW, why is jiffies.h
  included?
 
 On current sarge?

current sid.

 ksys_mod.c includes linux/modules.h and that includes

ksym_mod.c ?  linux/module.h ?
Only oops.c includes linux/module.h.

 linux/sched.h and that includes linux/jiffies.h.

Which version did you build sysklogd ?

Regards,
-- gotom




Bug#245784: Undefined u64 in jiffies.h.

2004-04-25 Thread Kurt Roeckx
On Sun, Apr 25, 2004 at 11:21:53PM +0900, GOTO Masanori wrote:
 
 Which version did you build sysklogd ?

I'm using 1.4.1-10, which is the latest in testing.

Trying the same with 1.4.1-14 fixes all my problems.

Sorry for all those bugreports about sysklogd.


Kurt