From owner-freebsd-current@FreeBSD.ORG Thu Mar 11 23:46:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB7016A4CE for ; Thu, 11 Mar 2004 23:46:35 -0800 (PST) Received: from saulite.db.lv (saulite.db.lv [195.122.6.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 040DC43D39 for ; Thu, 11 Mar 2004 23:46:34 -0800 (PST) (envelope-from nberch@db.lv) Received: from saulite (root@localhost) by saulite.db.lv (8.12.10/8.12.10) with SMTP id i2CAuLwG009229 for ; Fri, 12 Mar 2004 12:56:21 +0200 Received: from [195.122.6.220] ([195.122.6.220])i2CAuKor009216; Fri, 12 Mar 2004 12:56:20 +0200 User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Fri, 12 Mar 2004 09:46:30 +0200 From: Nils Berzins To: Doug White Message-ID: In-Reply-To: <20040311142037.P90456@carver.gumbysoft.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit cc: FreeBSD Current Subject: Re: Problems with FreeBSD on Poweredge 6300 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 07:46:35 -0000 >>> "/usr/src/sys/dev/amr/../../conf/kmod.mk", line 261: Could not find >> bsd.kern.mk >>> make: fatal errors encountered -- cannot continue >> >> Any suggestions ? I use following Makefile: > > Make sure /usr/share/mk/bsd.kern.mk is present. If not, you need to > re-cvsup, or figure out why files are disappearing on your system :) > Okay... So far so good. bsd.kern.mk was in /usr/src/share/mk, not in /usr/share/mk. Next it complained about getsetdefs not being found. Copying getsetdefs somewhere in the PATH resolved that problem too. I'm just wandering, why getsetdefs is required ? i386 5.0-DP1 Release notes say that: > Linker sets are now self-contained; gensetdefs(8) is unnecessary and has > been removed. Now I just have to check if patched amr works with my Poweredge 6300. Keeping my fingers crossed... Best Regards Nils Berzins