Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 12:06:54 -0400
From:      "cpctc" <cpctc@vt.edu>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Building a 4.5-stable kernel on 4.3-RELEASE, make depend problem with mchain.h
Message-ID:  <008301c1ff4f$322b91e0$5a0a0a0a@compound.local>

next in thread | raw e-mail | index | archive | help
... is this possible?

I had to build a new "config", successfully configured my kernel config, but during the "make depend", I get the results below.

I have mchain.h in /home/foo/freebsd-current/usr/src/sys/sys, but I can't find the Makefile line that is calling mkdep.

any help is greatly appreciated...

make depend results:

===> libmchain
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../includ
e  /home/foo/freebsd-current/usr/src/sys/modules/libmchain/../../kern/subr_mchai
n.c
/home/foo/freebsd-current/usr/src/sys/modules/libmchain/../../kern/subr_mchain.c
:45: sys/mchain.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /home/foo/freebsd-current/usr/src/sys/modules/libmchain.
*** Error code 1

Stop in /home/foo/freebsd-current/usr/src/sys/modules.
*** Error code 1

Stop in /home/foo/freebsd-current/usr/src/sys/compile/DOMINGO.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008301c1ff4f$322b91e0$5a0a0a0a>