From owner-freebsd-stable Sat Oct 12 14:17:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9C737B401 for ; Sat, 12 Oct 2002 14:17:48 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DFB43EAC for ; Sat, 12 Oct 2002 14:17:48 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-033dcwashp0321.dialsprint.net ([65.179.81.67] helo=moo.holy.cow) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 180Tdq-0004bg-00 for freebsd-stable@freebsd.org; Sat, 12 Oct 2002 14:17:47 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 517BBC4F8; Sat, 12 Oct 2002 17:20:28 -0400 (EDT) Date: Sat, 12 Oct 2002 17:20:28 -0400 From: parv To: f-stable Subject: after cvsup'd to RELENG_4_7 source, "Could not find bsd.init.mk & bsd.links.mk" error Message-ID: <20021012212028.GB21888@moo.holy.cow> Mail-Followup-To: f-stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 this is interesting. i read about the problem in not too distant past & thought the problem might have been fixed by now ... doesn't look like it though. first i did "make cleandir; make clean" in /usr/src w/o problems. then when i tried "make modules-cleandir && make modules-cleandepend" in /usr/src/sys/complile/, i get the following error... cd ../../modules ; env MAKEOBJDIRPREFIX=/cdrw/src/sys/compile/BOVINE/modules DEBUG="-g" DEBUG_FLAGS="-g" MACHINE=i386 make cleandir ===> accf_data "/cdrw/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find bsd.init.mk "/cdrw/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not find bsd.links.mk make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /cdrw/src/sys/modules. *** Error code 1 Stop in /cdrw/src/sys/compile/BOVINE. ...i was running v4.6.2 (RELENG_4_6); above problem didn't appear w/ source of that version. now that i had cvsup'd (a few minutes ago) to RELENG_4_7, above modules-cleandir fails. what should i do? bring in the suggested missing files by hand? one would think that cvsup should have fixed that, oddly & very uncomfortably it doesn't. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message