From owner-freebsd-questions Sun May 19 9: 6:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id 5856F37B408 for ; Sun, 19 May 2002 09:06:47 -0700 (PDT) Received: from steiner.cc.vt.edu (IDENT:mirapoint@steiner-lb.cc.vt.edu [10.1.1.14]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id g4JG6lG200456 for ; Sun, 19 May 2002 12:06:47 -0400 (EDT) Received: from arbosh (h80ad2359.async.vt.edu [128.173.35.89]) by steiner.cc.vt.edu (Mirapoint Messaging Server MOS 3.1.0.54-GA) with SMTP id AEC11995; Sun, 19 May 2002 12:06:45 -0400 (EDT) Message-ID: <008301c1ff4f$322b91e0$5a0a0a0a@compound.local> From: "cpctc" To: Subject: Building a 4.5-stable kernel on 4.3-RELEASE, make depend problem with mchain.h Date: Sun, 19 May 2002 12:06:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ... 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