From owner-freebsd-questions Thu Oct 19 7:11: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tznet.com (smtp.tznet.com [206.31.5.6]) by hub.freebsd.org (Postfix) with ESMTP id 7499737B479 for ; Thu, 19 Oct 2000 07:11:04 -0700 (PDT) Received: from darkangel.gothic.com ([205.216.111.179]) by smtp.tznet.com with ESMTP (IPAD 2.52/64) id 3595100; Thu, 19 Oct 2000 09:11:01 -0500 Received: by darkangel.gothic.com (Postfix, from userid 1001) id E41AEA7; Thu, 19 Oct 2000 09:18:24 -0500 (CDT) Date: Thu, 19 Oct 2000 09:18:24 -0500 From: Michael Urban To: tpirman@mirapoint.com Cc: freebsd-questions@freebsd.org Subject: Re: *** Error code 1, please help! Message-ID: <20001019091824.A476@tznet.com> References: <200010190519.AAN11254@mail.mirapoint.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010190519.AAN11254@mail.mirapoint.com>; from tpirman@mirapoint.com on Wed, Oct 18, 2000 at 10:20:25PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, try completely removing the directory /usr/obj/usr/src/sys/ROSEVILLEGW and then build again. This will make sure there are no stale object files laying around (I think the make buildkernel does clean out this directory before starting, but it won't hurt to delete the directory first just to be sure yu are starting with no stale object files). If that doesn't work, cvsup again. It's not unheard of for bad code to get put into the STABLE tree, but it is usually fixed within an hour or so. Probably no need to make a new world. Just cvsup the latest code and see if you can build a new kernel then. On Wed, Oct 18, 2000 at 10:20:25PM -0700, tpirman@mirapoint.com wrote: > Thanks for the quick response before. > > I did what you said but got the following this time: > > bt.o: In function `btfetchtransinfo': > bt.o(.text+0x26da): undefined reference to `xpt_setup_ccb' > bt.o(.text+0x26ea): undefined reference to `xpt_action' > bt.o(.text+0x27be): undefined reference to > `scsi_calc_syncparam' > bt.o(.text+0x27ee): undefined reference to `xpt_async' > bt.o: In function `bttimeout': > bt.o(.text+0x2865): undefined reference to `xpt_print_path' > bt.o(.text+0x288c): undefined reference to `xpt_print_path' > bt.o(.text+0x28be): undefined reference to `xpt_freeze_simq' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/ROSEVILLEGW. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message