From owner-freebsd-questions Wed Oct 18 21:55:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tznet.com (smtp.tznet.com [206.31.5.6]) by hub.freebsd.org (Postfix) with ESMTP id BB01637B479 for ; Wed, 18 Oct 2000 21:55:30 -0700 (PDT) Received: from darkangel.gothic.com ([205.216.111.189]) by smtp.tznet.com with ESMTP (IPAD 2.52/64) id 3504500; Wed, 18 Oct 2000 23:55:27 -0500 Received: by darkangel.gothic.com (Postfix, from userid 1001) id 04532A7; Thu, 19 Oct 2000 00:02:52 -0500 (CDT) Date: Thu, 19 Oct 2000 00:02:51 -0500 From: Michael Urban To: freebsd-questions@freebsd.org Subject: Re: *** Error code 1, please help Message-ID: <20001019000251.A2135@tznet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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