From owner-freebsd-questions Sat Mar 1 10:44:27 2003 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 4383E37B401 for ; Sat, 1 Mar 2003 10:44:26 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1E743FE0 for ; Sat, 1 Mar 2003 10:44:25 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id KAA09758; Sat, 1 Mar 2003 10:44:21 -0800 From: Kent Stewart To: Shane Hickey , freebsd-questions@FreeBSD.ORG Subject: Re: can't buildkernel on 5.0-release Date: Sat, 1 Mar 2003 10:44:21 -0800 User-Agent: KMail/1.5 References: <1046543760.22801.23.camel@daneel> In-Reply-To: <1046543760.22801.23.camel@daneel> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303011044.21361.kstewart@owt.com> 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 Saturday 01 March 2003 10:36 am, Shane Hickey wrote: > I ran cvsup on my 5.0-release box. I then did a buildworld and an > installworld without any problem. However, I can't seem to > buildkernel. The only kernel options I changed were to add > > options IPFIREWALL > options IPFIREWALL_DEFAULT_TO_ACCEPT > options DUMMYNET > > Anyway, when I try to buildworld, it barfs with the following > > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x1851): undefined reference to `cam_simq_alloc' > umass.o(.text+0x189c): undefined reference to `cam_sim_alloc' > umass.o(.text+0x18ad): undefined reference to `cam_simq_free' > umass.o(.text+0x18c9): undefined reference to `xpt_bus_register' > umass.o: In function `umass_cam_rescan_callback': > umass.o(.text+0x1903): undefined reference to `xpt_free_path' > > Stop in /usr/obj/usr/src/sys/ELIJAH. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Any advice is greatly appreciated. > This only occurs if the dependancies of umass are missing. Check your device requirements for umass. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message