From owner-freebsd-questions@FreeBSD.ORG Tue Jul 28 20:30:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D15C1065673 for ; Tue, 28 Jul 2009 20:30:09 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [64.146.239.50]) by mx1.freebsd.org (Postfix) with ESMTP id D70488FC25 for ; Tue, 28 Jul 2009 20:30:08 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id n6SKU7uD029743; Tue, 28 Jul 2009 13:30:08 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1248813008; bh=urszBb/AaqftqPVygJwDvNpNNlDEpXmoy1X+330/qO0=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=kcmUuoLI2BJ52 XOP7Oziv0JvS98MFpQXGOJKqG0hIyKGlRPLxPk5VVdcAjnpZC3NTZ19tMzcgmAx2K7y 7mM2usUwBSaADH9NF2dTA7XW5Iy74qQ3Ak0jbqKJrIKEr6yqb8CmdtiOkQkgDtrh/Qh fb9DCROIgDQUBPMVJ2AguUoY= From: Kent Stewart To: freebsd-questions@freebsd.org Date: Tue, 28 Jul 2009 13:30:01 -0700 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907281330.02308.kstewart@owt.com> Cc: gula nito Subject: Re: Failing to compile a new kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2009 20:30:09 -0000 On Tuesday 28 July 2009 11:08:57 am gula nito wrote: > Hello, Im trying to compile a new kernel, but when I try to make it , I > receive the following error: > * > ***Error code 1 > > Stop in /usr/obj/usr/src/sys/TEST28JUL09. > ***Error code 1 > > Stop in /usr/src. > ***Error code 1 > > Stop in /usr/src.* > > The last "MAKE" that appears in the terminal was *"MAKE=make sh > /usr/src/sys/conf/newvers.sh TEST28JUL09"* > > I adjunt the configuration file > > Thanks! You have to include the actual error messages. The error 1 is just telling you that you had an error. You have scbus, da, and miibus, which are the most common errors that I see. I didn't see anything else. Post the error messages and maybe some one will see what you did wrong. You should probably include a "uname -a". Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html