From owner-freebsd-questions Sun Jan 13 15:58:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id D0C1337B417 for ; Sun, 13 Jan 2002 15:58:44 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.6/8.11.6) with ESMTP id g0DNwhX01503 for ; Mon, 14 Jan 2002 00:58:43 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id AAA26702 for ; Mon, 14 Jan 2002 00:58:41 +0100 (CET) Received: (qmail 40108 invoked by uid 1001); 13 Jan 2002 23:58:40 -0000 Date: Mon, 14 Jan 2002 00:58:39 +0100 From: Erik Trulsson To: "William M. Grim" Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Make Error Message-ID: <20020113235839.GA40092@student.uu.se> Mail-Followup-To: "William M. Grim" , freebsd-questions@freebsd.org References: <20020113174622.599e628a.wgrim@siue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020113174622.599e628a.wgrim@siue.edu> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 13, 2002 at 05:46:22PM -0600, William M. Grim wrote: > Hi, I was building my kernel and passed the "config" and "make > depend" steps, but when I got to the "make", it freaked out and I > didn't know what was wrong. It seems to have occured while > linking... I have placed the kernel make error in kerror.log and my > kernel config in ZEUS. > > Thanks for any help you can offer. Look at your kernel config carefully. You have this line in it: device umass # Disks/Mass storage - Requires scbus and da and you also have the lines #device scbus # SCSI bus (required) #device da # Direct Access (disks) So, umass requires scbus and da, but those are commented out. Uncomment those two lines and see if it doesn't work better then. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message