From owner-freebsd-questions Sun Dec 3 3:25:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.xs4all.nl (smtp6.xs4all.nl [194.109.6.48]) by hub.freebsd.org (Postfix) with ESMTP id 2D68737B400 for ; Sun, 3 Dec 2000 03:25:21 -0800 (PST) Received: from xs4.xs4all.nl (xs4.xs4all.nl [194.109.6.45]) by smtp6.xs4all.nl (8.9.3/8.9.3) with ESMTP id MAA19544 for ; Sun, 3 Dec 2000 12:25:19 +0100 (CET) Received: (from lowlevel@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id MAA16659 for questions@freebsd.org; Sun, 3 Dec 2000 12:24:49 +0100 (CET) Date: Sun, 3 Dec 2000 12:24:48 +0100 From: lowlevel To: questions@freebsd.org Subject: upgrading to 4.x-stable; problem with kernel compile Message-ID: <20001203122448.A16539@xs4all.nl> Reply-To: rene@xs4all.nl 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 !! Please also CC any replies to rene@xs4all.nl as I'm not subscribed to this mailinglist. !! Hi. I'm trying to upgrade my system from 3.4-stable to 4.x-stable, and am having problems getting a 4.x kernel operating. The handbook tells me to; If you have just upgraded to a newer version of 4.X or higher (ie from 3.X to 4-STABLE, or even from 4-STABLE to a later version of 4-STABLE), make sure you have built the world, and then run the following commands: # cd /usr/src # make buildkernel KERNEL=MYKERNEL # make installkernel KERNEL=MYKERNEL Unfortunately I get this error message; make: don't know how to make buildkernel. Stop Can anyone tell me why? I've followed the handbook, ofcourse, and that lead me to downloaded the sources via cvsup, using the following cvsup file; --BEGIN contents /etc/cvsupfile *default host=cvsup.nl.FreeBSD.org *default basftpmaile=/usr *default prefix=/usr *default release=cvs *default tag=FreeBSD-STABLE *default delete use-rel-suffix src-all *default tag=. ports-all doc-all --END contents /etc/cvsupfile this resulted in the following file: -rwxr----- 1 root wheel 211094016 Feb 18 2000 /usr/src.tar I then proceeded with /usr/src # rm -Rf * /usr # tar xf src.tar which created me a new /usr/src tree. /usr/src # make world; fastboot went OK aswell. The output of make world was saved (as advised in handbook), and is available at request due to largeness (5M+ text :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message