From owner-freebsd-stable Sat May 19 7: 3:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gateway.dbsoft-consulting.com (adsl-pool54-170-117.chicago.il.ameritech.net [64.109.170.117]) by hub.freebsd.org (Postfix) with ESMTP id 6E34437B42C for ; Sat, 19 May 2001 07:03:47 -0700 (PDT) (envelope-from dbsoft@technologist.com) Received: from bbs.dbsoft-consulting.com by gateway.dbsoft-consulting.com (8.8.8/2.0) id JAA00410; Sat, 19 May 2001 09:09:57 -0500 Message-Id: <200105191409.JAA00410@gateway.dbsoft-consulting.com> From: "Brian Smith" To: "stable@FreeBSD.org" Date: Sat, 19 May 2001 09:09:55 -0500 (CDT) Reply-To: "Brian Smith" X-Mailer: PMMail 2.20.2030 for OS/2 Warp 4.05 In-Reply-To: <20010519064527.A12433@greycat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: make depend fails Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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