Subject: make dies on kernel build?
To: None <port-macppc@netbsd.org>
From: Donald Lee <MacPPC@caution.icompute.com>
List: port-macppc
Date: 07/27/2003 18:56:06
Anyone seen this?

I grabbed the source for NetBSD 1.6.1.

went to /usr/src/sys/arch/macppc/conf

	cp GENERIC try3

	(Edit try3 (change a couple little things))

	config try3

	cd ../compile/try3

	make depend

	make		# (dumps core - make.core)

	make		# (works fine - building now)

I'm not a whiz with gdb so I have not tried to figure out what's up
with make.

Why would make dump core the first time around?

This is reproducible, every time.

-dgl-