Subject: RC3 build stops with segmentation fault
To: None <netbsd-help@netbsd.org>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 09/09/2002 09:51:40
Trying to build a distribution for 1.6_RC3 i build the toolchain and 
then went off with
	# ./build.sh -d -D /usr/destdir -R /usr/releasedir

After hours of computation build.sh end with a Segmentation fault:

	dependall ===> gnu/usr.bin/groff/man
	/usr/src/tools/obj/tools.NetBSD-1.6D-powerpc/bin/nbtbl 
/usr/src/gnu/usr.bin/groff/man/../../../dist/groff/man/groff.7 | 
PATH=/usr/src/tools/obj/tools.NetBSD-1.6D-powerpc/lib/groff:${PATH} 
/usr/src/tools/obj/tools.NetBSD-1.6D-powerpc/bin/nbgroff -Tascii 
-mtty-char -mandoc  > groff.cat7.tmp && mv groff.cat7.tmp groff.cat7
	/usr/src/tools/obj/tools.NetBSD-1.6D-powerpc/bin/nbgroff: troff: 
Segmentation fault 	(core dumped)
	*** Error code 2
	
	Stop.
	nbmake: stopped in /usr/src/gnu/usr.bin/groff/man
	*** Error code 1

This sounds bad. Does anybody have any idea what I could do?

Daniel