Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2000 00:02:51 -0500
From:      Michael Urban <murban@tznet.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: *** Error code 1,  please help
Message-ID:  <20001019000251.A2135@tznet.com>

next in thread | raw e-mail | index | archive | help
In-Reply-To: <200010190336.AAN10955@mail.mirapoint.com>; from tpirman@mirapoint.com on Wed, Oct 18, 2000 at 08:36:42PM -0700

If you just did a make world, you need to use a different procedure
for building your kernel. This is a fairly recent change.

cd /usr/src
make buildkernel KERNEL=ROSEVILLEGW
make installkernel KERNEL=ROSEVILLEGW

Doing it the old way will result in the kernel trying to build with
old utilities and usually won't work.

Note that you only do it the new way after upgrading source or doing
a make world. Otherwise, do it the old way.

On Wed, Oct 18, 2000 at 08:36:42PM -0700, tpirman@mirapoint.com wrote:
> Hi,
> 
> This is what I've done:  
> 
> cvsup -g L 2 /usr/src/CVS ports.sup
> cvsup -g L 2 /usr/src/CVS stable.sup
> make world
> /usr/sbin/config -g ROSEVILLEGW
> make depend
> make


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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