Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 00:14:27 -0500
From:      Scott Sipe <cscotts@mindspring.com>
To:        freebsd-current@freebsd.org
Subject:   Build Error
Message-ID:  <200204010514.g315ERj65959@rahl.dorm.duke.edu>

next in thread | raw e-mail | index | archive | help
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:
<START>
===> 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
</STOP>

The Makefile (which doesn't seem ok):
<START>
# $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 <bsd.prog.mk>
</STOP>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204010514.g315ERj65959>