Subject: Re: make release failure
To: None <port-i386@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 01/04/2001 21:17:27
It got worse: now I get that Segmentation fault repeatably with a make build,
yet cd /sys/arch/i386/stand/biosboot; make dependall; works! What can the
difference be?! (re-cvs updated 12:55GMT today) (core dump nowhere to be found
either..(no sysctl used to put it anywhere special))

On Wed, Jan 03, 2001 at 01:02:59PM +0000, Patrick Welche wrote:
> Strange: using source from yesterday afternoon, a make build succeeded, but
> a subsequent make release fails at:
> 
> sh /usr/src/sys/arch/i386/stand/biosboot/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/biosboot/version 'i386' "BIOS Boot"
> Segmentation fault - core dumped
> 
> Syntax: newvers_stand.sh [-NDM] VERSION_TEMPLATE ARCH EXTRA_COMMENT
> 
> Is biosboot/version a VERSION_TEMPLATE? - and how come the make build passed?
> also a core dump is a bit odd..
> 
> Patrick