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 22:22:15
Doing a make build, I get:

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
...
sh /usr/src/sys/arch/i386/stand/dosboot/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/dosboot/version 'i386' "DOS Boot"
Segmentation fault - core dumped
*** Error code 139
...
sh /usr/src/sys/arch/i386/stand/biosboot_com0/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/biosboot_com0/../biosboot/version 'i386' "BIOS Boot
"
Segmentation fault - core dumped
*** Error code 139
...
sh /usr/src/sys/arch/i386/stand/biosboot_resetvideo/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/biosboot_resetvideo/../biosboot/version 'i386
' "BIOS Boot"
Segmentation fault - core dumped
*** Error code 139
...
sh /usr/src/sys/arch/i386/stand/biosboot_ps2/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/biosboot_ps2/../biosboot/version 'i386' "BIOS Boot" 
Segmentation fault - core dumped
*** Error code 139

In other words every time newvers_stand.sh is called.. Am I really the only
one seeing this?

-r-xr-xr-x  1 root  wheel  440496 Jan  4 16:49 /bin/sh

Running the above on the command line work fine. cd'ing into the relevant
directory and make dependall work fine. cd /usr/src, make build doesn't !?