From owner-freebsd-questions Sat Nov 2 0:21:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9887237B401 for ; Sat, 2 Nov 2002 00:21:48 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C1B43E75 for ; Sat, 2 Nov 2002 00:21:48 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id AAA08233; Sat, 2 Nov 2002 00:16:37 -0800 Message-ID: <3DC389E5.5070403@owt.com> Date: Sat, 02 Nov 2002 00:16:37 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: "Gelu G. Lupas" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.7R kernel won't compile References: <200211020814.gA28EmX22719@zerg.codec.ro> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Gelu G. Lupas wrote: > I recently cvsuped to RELENG_4_7 in order to make world (over 4.6.2-p2). World > builds faine but the kernel fails to compile with the error messages below. This > happens on 3 boxes and it happens with GENERIC, so it's not my kernel config > file. Any idea how I can fix this? Shouldn't it be fixed in the CVS tree? 4.7R > is supposed to build fine. > > linking kernel > text data bss dec hex filename > 1779910 141440 149012 2070362 1f975a kernel > cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/LOKI/modules > MACHINE=i386 make obj ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/LOKI/modules > MACHINE=i386 make all > ===> accf_data > "/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not find > bsd.init.mk > "/usr/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 /usr/src/sys/modules. > *** Error code 1 You didn't do a buildkernel after a buildworld. The new make files, which your build tried to use, aren't installed until you do an installworld. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message