From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 16:56:53 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCD016A4CE for ; Fri, 25 Feb 2005 16:56:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAF543D1F for ; Fri, 25 Feb 2005 16:56:53 +0000 (GMT) (envelope-from shampurj@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so532207rnf for ; Fri, 25 Feb 2005 08:56:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=AKO9YwbUW9IRV+FotsBmB4k3sQXANA0bK3vn72I/ufs2QSKo3Lv7zVDmcWQhHv3jwzrtzpPRW2BNaxptJaoHfq84qBhQrqqwwp1AbimFGAC2YdGcCFlgofIR9NnDBHbnpPevf/EQZVX7al2F4s5zbPDhwrje+0Qz7Pk5M9+hLTA= Received: by 10.38.181.32 with SMTP id d32mr59711rnf; Fri, 25 Feb 2005 08:56:52 -0800 (PST) Received: by 10.38.181.65 with HTTP; Fri, 25 Feb 2005 08:56:52 -0800 (PST) Message-ID: <6d2a982f05022508564ca521d7@mail.gmail.com> Date: Fri, 25 Feb 2005 11:56:52 -0500 From: Jay Shampur To: Jay Shampur , freebsd-current@freebsd.org In-Reply-To: <20050225163733.GC13053@gargantuan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6d2a982f05022507565bebcc50@mail.gmail.com> <20050225162401.GB13053@gargantuan.com> <6d2a982f050225083047197bc8@mail.gmail.com> <20050225163733.GC13053@gargantuan.com> Subject: Re: Kernel compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jay Shampur List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 16:56:53 -0000 On Fri, 25 Feb 2005 11:37:33 -0500, Michael W. Oliver wrote: > On 2005-02-25T11:30:42-0500, Jay Shampur wrote: > > On Fri, 25 Feb 2005 11:24:01 -0500, Michael W. Oliver > > wrote: > >> On 2005-02-25T10:56:56-0500, Jay Shampur wrote: > [...] > >>> KERNBUILDDIR="/usr/obj/usr/src/sys/GENERIC" make cleandir > >>> +for: not found > >>> *** Error code 127 > > >>> Stop in /usr/src/sys/modules. > >>> *** Error code 1 > > >>> Stop in /usr/obj/usr/src/sys/GENERIC. > >>> *** Error code 1 > > >>> Stop in /usr/src. > >>> *** Error code 1 > > >>> Stop in /usr/src. > >>> ---------------- > > >>> HELP !!! > > >>> Thank you...Jay > > >> Check out what Harti says about the `make' problem in this message: > > >> http://lists.freebsd.org/pipermail/freebsd-current/2004-August/033693.html > > > Hi Mike, > > > > I looked at the message, but there is no such folder ie: > > > > /usr/obj/usr/src/rescue/rescue/rescue.mk. > > > > In the /usr/obj/src/ there is only the sys folder > > That is because you have only tried to build your kernel, not the entire > world. > Mike, Thank you - if I understand the process, this is what I need to do? make buildworld make installworld make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC Also, I am not trying to upgrade my system, just rebuilding it with some new options. Thanks again...Jay > -- > Mike Oliver > [see complete headers for contact information] > > >