From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 12:33:12 2004 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 1CD4C16A4CE for ; Thu, 29 Jul 2004 12:33:12 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8041843D4C for ; Thu, 29 Jul 2004 12:33:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <20040729123307016003nvbke>; Thu, 29 Jul 2004 12:33:11 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 6A2F82B; Thu, 29 Jul 2004 08:33:06 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Abidoon Nadeem" References: <001f01c474d6$e9c0b340$03a9a8c0@vectorsigma> From: Lowell Gilbert Date: 29 Jul 2004 08:33:06 -0400 In-Reply-To: <001f01c474d6$e9c0b340$03a9a8c0@vectorsigma> Message-ID: <44d62fuh6l.fsf@be-well.ilk.org> Lines: 17 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: help make crashes 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, 29 Jul 2004 12:33:12 -0000 "Abidoon Nadeem" writes: > please find my kernel config file attached > this does fine when i make depend > but it fails on make > please help > > i dont understand whats wrong > > i get an error code 1 > The useful error messages were before that, and I don't have a -CURRENT box at hand, but a quick look showed me a few problems: you commented out scbus and da, but left in some other devices that require those. Also, you have both sc and vt enabled; I believe they are mutually exclusive.