Subject: Re: panic while building system
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christian Groessler <cpg@aladdin.de>
List: port-macppc
Date: 12/04/2001 22:32:46
On 12/03/2001 08:32:58 PM ZE9 Izumi Tsutsui wrote:
>
>In article <87667ov9cu.fsf@panther.aladdin.de>
>cpg@aladdin.de wrote:
>
>> panic: kernel diagnostic assertion "rv" failed: file
>> "../../../../uvm/uvm_pager_i.h", line 64
>
>Update powerpc/pmap.c. This should be fixed in rev 1.48.

Thanks for the hint. I refreshed all from CVS, but now I get the
following when building the kernel:

While "make depend":
 ../../../../dev/cardbus/cardbus_exrom.c  ../../../../dev/cardbus/rbus.c ../../../../dev/pcmcia/pcmcia.c  ../../../../dev/pcmcia/pcmcia_cis.c ../../../../dev/pcmcia/pcmcia_cis_quirks.c  ../../../../arch/macppc/macppc/rbus_machdep.c swapnetbsd.c
In file included from ../../../../kern/uipc_domain.c:48:
arp.h:2: warning: `NNETATALK' redefined
opt_atalk.h:2: warning: this is the location of the previous definition
In file included from ../../../../net/netisr.h:62,
                 from ../../../../net/if.c:133:
arp.h:2: warning: `NNETATALK' redefined

and some 

In file included from ../../../../netinet6/ip6_input.c:122:
faith.h:2: warning: `NINET' redefined
opt_inet.h:6: warning: this is the location of the previous definition
faith.h:3: warning: `NINET6' redefined
opt_inet.h:4: warning: this is the location of the previous definition

repeatedly until it bails out :-(

regards,
chris