From owner-freebsd-current Sun Mar 31 21:14:22 2002 Delivered-To: freebsd-current@freebsd.org Received: from rahl.dorm.duke.edu (rahl.dorm.duke.edu [152.16.249.139]) by hub.freebsd.org (Postfix) with ESMTP id 5EE3437B41C for ; Sun, 31 Mar 2002 21:14:18 -0800 (PST) Received: (from scott@localhost) by rahl.dorm.duke.edu (8.11.6/8.11.6) id g315ERj65959 for freebsd-current@freebsd.org; Mon, 1 Apr 2002 00:14:27 -0500 (EST) (envelope-from scott) Message-Id: <200204010514.g315ERj65959@rahl.dorm.duke.edu> Content-Type: text/plain; charset="iso-8859-1" From: Scott Sipe To: freebsd-current@freebsd.org Subject: Build Error Date: Mon, 1 Apr 2002 00:14:27 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When doing buildworld on current from a couple hours ago. This is an alpha, if that makes a difference. This is my first time compiling current (currently running stable), so apologies if this is something that is my fault. The error: ===> sbin/savecore make: don't know how to make savekerneldump.c. Stop *** Error code 2 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 The Makefile (which doesn't seem ok): # $FreeBSD: src/sbin/savecore/Makefile,v 1.8 2002/03/31 22:26:56 phk Exp $ PROG= savekerneldump WARNS= 4 NOMAN= sorry, not yet. LDADD= -lmd .include I tried making it similar to the Makefile for savecore from STABLE, but it still wouldn't compile (undefined consts/defines I believe). thanks, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message