Subject: Re: build problems
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/15/2001 19:49:46
On Mon, Jan 15, 2001 at 05:30:31PM +0000, Patrick Welche wrote:
> 
> No, just a "me too" - and running from the command line "works for me",
> just doesn't as part of a "make build".. (red herring no doubt, but when
> compiling kernels, found that "compile/NAME/version" file became empty..)
> (i386 too, started with 1.5Q)

Strange:

in sys/arch/i386/stand, typing

   make -j1 dependall

gives the core dump (which I can't find anywhere) whereas

   make dependall

works. Error was:

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
*** Error code 139

Cheers,

Patrick