Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 1997 11:01:36 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        vince@mail.MCESTATE.COM (Vincent Poy)
Cc:        current@FreeBSD.ORG
Subject:   Re: -current build failed
Message-ID:  <199706010901.LAA00332@helbig.informatik.ba-stuttgart.de>
In-Reply-To: <Pine.BSF.3.95.970531224736.1940I-100000@mail.MCESTATE.COM> from Vincent Poy at "May 31, 97 10:48:19 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 	THanks to Jordan for fixing the pcicard lkm but it seems to fail
> here this time:
> 
> ===> syscons
> ===> syscons/blank
> make: don't know how to make /usr/include/machine/spl.h. Stop
> *** Error code 2
> 
> Stop.
> *** Error code 1

Seems something went wrong with your installation. The file spl.h
is supposed to be in /usr/sys/i386/include.  Two symbolic
links should be set:

/usr/include/machine -> /sys/i386/include
/sys -> /usr/src/sys

Under these three preconditions spl.h should be found by make.

The link /sys -> /usr/src/sys is set by the make target `hierarchy'.

I did not find out where the link

/usr/include/machine -> /sys/i386/include

is made, but there seem to be a lot of machines where this link is not set.

Wolfgang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706010901.LAA00332>