Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2000 09:18:24 -0500
From:      Michael Urban <murban@tznet.com>
To:        tpirman@mirapoint.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: *** Error code 1,  please help!
Message-ID:  <20001019091824.A476@tznet.com>
In-Reply-To: <200010190519.AAN11254@mail.mirapoint.com>; from tpirman@mirapoint.com on Wed, Oct 18, 2000 at 10:20:25PM -0700
References:  <200010190519.AAN11254@mail.mirapoint.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001019091824.A476>