Subject: Re: new SCSI_TEST kernel results
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Erik E. Fair <fair@clock.org>
List: port-sun3
Date: 11/12/1995 00:59:55
At 23:27 11/11/95, Jason Thorpe wrote:
>On Sat, 11 Nov 1995 23:17:00 -0800
> "Erik E. Fair" (Time Keeper) <fair@clock.org> wrote:
>
> > I rebuilt and reinstalled the world, including kvm_mkdb apparently. vmstat
> > segfaults (but does not dump core). ps looks like this:
>
>Did you re-install includes before building libs and binaries?

Yes, I did:

cd /home/netbsd/src/include ; make install

However, you can paint me *extremely* confused; /usr/include/sys has not
been updated by that process at all; the param.h file in /usr/include/sys
dates from October sometime. Now /usr/include/machine seems to be up to
date, however, kvm_mkdb #includes <sys/param.h>

I'm hosed.

It looks like the Makefile for installing includes is expecting a
/usr/src/include/sys, maybe as a symlink to /usr/src/sys/arch/sun3/include
or something; but it's not there, and so pax has nothing to make an archive
out of.

My filesystem structure on my build system is thus:

Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/sd0a       23359     7706    13317    37%    /
/dev/sd0d      189423    74638    95842    44%    /usr
/dev/sd0e      189423    64740   105740    38%    /export
/dev/sd0f      189423     1020   169460     1%    /var
/dev/sd0g      316991   258352    26939    91%    /home

/var is too big, and I put the sources in /home/netbsd. I thought
everything was working. Oh, well...

suggestions?

Erik