Date: Sat, 19 May 2001 09:09:55 -0500 (CDT) From: "Brian Smith" <dbsoft@technologist.com> To: "stable@FreeBSD.org" <stable@FreeBSD.org> Subject: Re: make depend fails Message-ID: <200105191409.JAA00410@gateway.dbsoft-consulting.com> In-Reply-To: <20010519064527.A12433@greycat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 May 2001 06:45:28 -0700, Dann Lunsford wrote:
>> ===> libmchain
>> "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find
>> kern
>> l source tree"
>> *** Error code 1
>>
>> Stop in /usr/src/sys/modules.
>> *** Error code 1
>>
>> Stop in /usr/src/sys/compile/XXXXXXX.
>>
>>
>> Any help greatly appreciated
>> Bryan
>Confirmed. Exactly the same problem. CVSUP'd yesterday and this
>morning, RELENG_4. HALLLP!
!exists(${SYSDIR}/kern/) is failing in kmod.mk. I fixed this
by definining it manually:
SYSDIR=/usr/src/sys
at about line 190. I am not sure why it is failing but I am
sure the FreeBSD team will fix it soon enough. ;)
Brian
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105191409.JAA00410>
