Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 1995 14:22:14 -0700
From:      Steve Passe <fbsd@clem.systemsix.com>
To:        hackers@FreeBSD.org
Cc:        cstruble@vt.edu
Subject:   Re: Missing header files in srcdist for SNAP-950322 
Message-ID:  <199503272122.OAA04763@clem.systemsix.com>
In-Reply-To: Your message of "Sun, 26 Mar 1995 21:24:49 EST." <Pine.BSF.3.91.950326212215.1705A-100000@singularity.bevc.blacksburg.va.us> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

> Is it just me or are there some header files missing in the src 
> distribution for the latest snapshot? I tried rebuilding my kernel with a 
> bunch of trouble because there was no sys subdirectory in 
> /usr/src/include and errno.h was missing. Looking at /usr/include vs. 
> /usr/src/include makes me believe there are some files missing.


There is a recursive softlink in /usr/src/sys that prevents kernel
build on 2.0-950322-SNAP.

problem:

# ls -l /usr/src/sys/sys
lrwxrwxr-x  1 root  bin  12 Mar 27 13:17 /usr/src/sys/sys@ -> /usr/src/sys

fix (I think, make depend now works, make is running...):

# cd /usr/src/sys
# rm sys
# ln -s /usr/include/sys sys
# lt sys
lrwxrwxr-x  1 root  bin  16 Mar 27 14:06 sys@ -> /usr/include/sys


						Steve Passe
						smp@clem.systemsix.com



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