Re: can't buildkernel on 5.0-release

2003-03-01 Thread Shane Hickey
On Sat, 2003-03-01 at 11:44, Kent Stewart wrote:
> > 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.

Doh... I found this in google groups right when I received your e-mail. 
Thanks much!  the problem was that I had commented out scbus and da.

Thanks,

--
Shane Hickey : Network/System Consultant
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F
Listening to: The Jesus And Mary Chain - In A Hole


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: can't buildkernel on 5.0-release

2003-03-01 Thread Kent Stewart
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message