From owner-freebsd-alpha Tue Oct 1 11:53:23 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921AF37B401 for ; Tue, 1 Oct 2002 11:53:22 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB8D43E75 for ; Tue, 1 Oct 2002 11:53:20 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA05436; Tue, 1 Oct 2002 14:53:19 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g91IqnH40637; Tue, 1 Oct 2002 14:52:49 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15769.61185.699375.617157@grasshopper.cs.duke.edu> Date: Tue, 1 Oct 2002 14:52:49 -0400 (EDT) To: Jan Lentfer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: make depend fails for kernel In-Reply-To: <1033490237.4110.5.camel@jan-linux.lan> References: <1033490237.4110.5.camel@jan-linux.lan> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan Lentfer writes: > "/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 > > Stop in /usr/src/sys/compile/EV56. > bash-2.05a# <..> > Any ideas? You haven't installed the new world yet, have you? Do one of the above (in order of supportedness): 1) Use make buildkernel / make installkernel with the appropriate KERNCONF: make buildkernel KERNCONF=EV56 2) Just make -m /usr/src/share/mk so that make can pick up the appropriate .mk files 3) Install the world first (DANGEROUS, not advised for a novice) Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message