From owner-freebsd-questions Wed Aug 7 13: 0:55 2002 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 A339437B400 for ; Wed, 7 Aug 2002 13:00:51 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E0443E75 for ; Wed, 7 Aug 2002 13:00:50 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g77K0f6V063493; Thu, 8 Aug 2002 08:00:41 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g77K0fdb063492; Thu, 8 Aug 2002 08:00:41 +1200 (NZST) Date: Thu, 8 Aug 2002 08:00:41 +1200 From: Jonathan Chen To: Brent Kearney Cc: questions@FreeBSD.ORG Subject: Re: kernel build fails Message-ID: <20020807200041.GA63403@grimoire.chen.org.nz> References: <20020807113450.A33453@kearneys.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020807113450.A33453@kearneys.ca> User-Agent: Mutt/1.4i 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 Wed, Aug 07, 2002 at 11:34:50AM -0700, Brent Kearney wrote: [...] > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x13af): undefined reference to `cam_simq_alloc' The most common cause of this is your config file line: device umass # Disks/Mass storage - Requires scbus and da Which requires scbus and da to be also present. Uncomment the lines containing them. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message