From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 17:25:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF3A16A4CE for ; Wed, 26 Nov 2003 17:25:39 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCBE43F85 for ; Wed, 26 Nov 2003 17:25:38 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <2003112701253701600m6ftte>; Thu, 27 Nov 2003 01:25:37 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id B7F0166; Wed, 26 Nov 2003 20:25:37 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Eric Crist" References: <001201c3b47f$a7ba0c20$6401a8c0@grog> From: Lowell Gilbert Date: 26 Nov 2003 20:25:37 -0500 In-Reply-To: <001201c3b47f$a7ba0c20$6401a8c0@grog> Message-ID: <44k75mk3fy.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Make world problems from 4.9 to 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 01:25:39 -0000 "Eric Crist" writes: > I've got a Compaq Presario laptop with everything working great, except > my wifi card. I've decided that I've been using 5.1 for a long time on > my desktop without issue, so I want to upgrade my laptop. I can cvsup > the sources fine, but when I enter into /usr/src and type make world, I > get an error about checking the kernel to see if it's fresh enough and > it dumps the core and exits. Is anyone else having this problem? I > have tried doing a cd /usr/src; rm -rf * to delete everything in the > /usr/src directory and rm -rf the /usr/obj directory. This has always > worked for me in the past. > > Any enlightenment would be appreciated, even a point to the correct FM. "make world"? Really? You don't mean "make buildworld"? I guess the "world" target really does need to be removed. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and also see /usr/src/UPDATING