Re: KSE not ready ?

2002-09-23 Thread Ying-Chieh Liao

On Mon, Sep 23, 2002 at 11:30:30 -0700, Julian Elischer wrote:
> it was fixed almost immediatly

oh really ? I must be VERY LUCKY :~
-- 
Testing can show the presence of bugs, but not their absence.
--- Edsger W. Dijkstra



msg43290/pgp0.pgp
Description: PGP signature


RE: KSE not ready ?

2002-09-23 Thread John Baldwin


On 23-Sep-2002 Liao Ying Chieh wrote:
> I've cvsuped my current box and build world
> world is  all ok, but  when I build kernel, something goes wrong :
> 
> cc -c -O -pipe -s -march=pentium3 -Wall -Wredundant-decls -Wnested-externs 
>-Wstrict-prototypes 
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
> -nostdinc
> -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
> -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common 
> -mpreferred-stack-boundary=2 -ffreestanding -Werror  /usr/src/sys/kern/kern_proc.c
> /usr/src/sys/kern/kern_proc.c: In function `kse_new':
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_endcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_startcopy'
> *** Error code 1
> 
> not only my kernel config, but GENERIC failed
> isnt KSE ready to go ?

It's been fixed already.  re-cvsup and try again.

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: KSE not ready ?

2002-09-23 Thread Julian Elischer



On Mon, 23 Sep 2002, Terry Lambert wrote:

> Liao Ying Chieh wrote:
> > /usr/src/sys/kern/kern_proc.c: In function `kse_new':
> > /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> > /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> > /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_endcopy'
> > /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_startcopy'
> > *** Error code 1
> > 
> > not only my kernel config, but GENERIC failed
> > isnt KSE ready to go ?
> 
> Back out the redundancy correction by Julian yesterday; specifically,
> use these versions of these files:
> 
>   1.73src/sys/alpha/alpha/vm_machdep.c
>   1.253   src/sys/sys/proc.h


or go forward to the versions checked in.



> 
> ...until the problem is fixed.

it was fixed almost immediatly

> 
> -- Terry
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: KSE not ready ?

2002-09-23 Thread Julian Elischer

Resup. You got a bad moment..

On Tue, 24 Sep 2002, Liao Ying Chieh wrote:

> I've cvsuped my current box and build world
> world is  all ok, but  when I build kernel, something goes wrong :
> 
> cc -c -O -pipe -s -march=pentium3 -Wall -Wredundant-decls -Wnested-externs 
>-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
>-fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev 
>-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include 
>opt_global.h -fno-common  -mpreferred-stack-boundary=2 -ffreestanding -Werror  
>/usr/src/sys/kern/kern_proc.c
> /usr/src/sys/kern/kern_proc.c: In function `kse_new':
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_endcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_startcopy'
> *** Error code 1
> 
> not only my kernel config, but GENERIC failed
> isnt KSE ready to go ?
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: KSE not ready ?

2002-09-23 Thread Terry Lambert

Liao Ying Chieh wrote:
> /usr/src/sys/kern/kern_proc.c: In function `kse_new':
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_endcopy'
> /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_startcopy'
> *** Error code 1
> 
> not only my kernel config, but GENERIC failed
> isnt KSE ready to go ?

Back out the redundancy correction by Julian yesterday; specifically,
use these versions of these files:

1.73src/sys/alpha/alpha/vm_machdep.c
1.253   src/sys/sys/proc.h

...until the problem is fixed.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message