From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 16:40:41 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 3A2DD16A4CE for ; Thu, 6 Nov 2003 16:40:41 -0800 (PST) Received: from gw.visp.com.au (gw.visp.com.au [202.6.158.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36CC43FBD for ; Thu, 6 Nov 2003 16:40:39 -0800 (PST) (envelope-from tim@spyderweb.com.au) Received: from bofh.spyderweb.com.au ([202.6.150.37]) by gw.visp.com.au (8.12.8p2/8.12.8) with ESMTP id hA70efn6018365 for ; Fri, 7 Nov 2003 11:10:42 +1030 (CST) (envelope-from tim@spyderweb.com.au) Received: from spyderweb.com.au (localhost [127.0.0.1])hA70eXNc086015 for ; Fri, 7 Nov 2003 11:10:35 +1030 (CST) (envelope-from tim@spyderweb.com.au) Date: Fri, 7 Nov 2003 11:10:33 +1030 From: Tim Aslat To: freebsd-questions@freebsd.org Message-Id: <20031107111033.57aee7a1.tim@spyderweb.com.au> In-Reply-To: <15717.216.237.145.172.1068159947.squirrel@mail02.oldskool.com> References: <15502.216.237.145.172.1068153138.squirrel@mail02.oldskool.com> <20031107080233.0900bd64.tim@spyderweb.com.au> <44sml1cd6g.fsf@be-well.ilk.org> <15717.216.237.145.172.1068159947.squirrel@mail02.oldskool.com> Organization: Spyderweb Consulting X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make dev problems 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: Fri, 07 Nov 2003 00:40:41 -0000 In the immortal words of "Jason Burris" ... > The system didn't have the sources, so I downloaded the first CD ISO > and extracted them from there into: > > /usr/src/sys > > Could there be more sources that I need to extract? > > Also I tried the suggestion: > > cd /usr/src > make buildkernel KERNCONF=COMPUTERNAME > > make installkernel KERNCONF=COMPUTERNAME > > And I just got the message: > > make: don't know how to make buildkernel. Stop > > There is nothing in my /usr/src directory besides the /sys dir. You only have the kernel sources, you need the rest of the base sources and a make buildworld before you can compile the kernel. You might want to consider installing cvsup (pkg_add -rv cvsup-without-gui) and getting the latest version of the complete sources. for more details, the handbook is always a good source of information. Cheers Tim -- Tim Aslat Spyderweb Consulting http://www.spyderweb.com.au P: +61 8 82243020 M: +61 0401088479