Subject: Re: kernel panic with multiprocessing kernel
To: Michael <macallan18@earthlink.net>
From: Kjell Konis <konis@stats.ox.ac.uk>
List: port-macppc
Date: 08/30/2005 15:41:32
Thanks Michael - that was the problem.  I guess I misunderstood the  
NetBSD guide.  I thought if I omitted the -u from the kernel building  
command then build.sh would automatically rebuild the tools.  Anyway,  
I'll see if this -current kernel panics first chance I get.

Kjell



On 29 Aug 2005, at 16:37, Michael wrote:

> Hello,
>
>
>> I tried to build a -current kernel but ran into some problems.  I
>> went into /usr/src and did
>>
>> cvs update -A -dP
>>
>> which I think should have updated my source tree to current.  Then I
>> tried to build the kernel with the command
>>
>> ./build.sh -m macppc kernel=PM95KERNEL > kernelBuild.log &
>>
>> After about 15 minutes this shows up in my terminal window:
>>
>> /usr/src/sys/netinet/files.ipfilter:22: syntax error
>> /usr/src/sys/net/files.pf:16: syntax error
>> *** Stop.
>>
>> ERROR: nbconfig failed for PM95KERNEL
>> *** BUILD ABORTED ***
>>
>> [1]+  Exit 1                  ./build.sh -m macppc kernel=PM95KERNEL
>>
>>> kernelBuild.log
>>>
>>
>> Any ideas for what might be going wrong?  Thanks.
>>
>
> Sounds like a config problem - did you build.sh tools before trying  
> to build the kernel?
>
> have fun
> Michael
>