Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2001 17:31:38 -0500 (EST)
From:      Adam <bsdx@looksharp.net>
To:        Xade of Despair <xade@bsd.sh>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: stable wont build. Complaining of xpt device
Message-ID:  <Pine.BSF.4.32.0102041730220.7306-100000@turtle.looksharp.net>
In-Reply-To: <20010204205741.652DA2747@sitemail.everyone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Either remove umass from kernel config and not use it or use the kernel
module,  or add xpt and scbus to your kernel config.  umass is for
scsi-like usb devices and expects xpt and scbus to be in your kernel to
compile correctly.

On Sun, 4 Feb 2001, Xade of Despair wrote:

>sh ../../conf/newvers.sh XULT
>cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  vers.c
>linking kernel
>umass.o: In function `umass_cam_attach_sim':
>umass.o(.text+0x1257): undefined reference to `cam_simq_alloc'
>umass.o(.text+0x127d): undefined reference to `cam_sim_alloc'
>umass.o(.text+0x1296): undefined reference to `xpt_bus_register'
>umass.o(.text+0x12a6): undefined reference to `cam_simq_free'
>umass.o: In function `umass_cam_rescan_callback':
>umass.o(.text+0x12bf): undefined reference to `xpt_free_path'
>umass.o: In function `umass_cam_rescan':
>umass.o(.text+0x1309): undefined reference to `xpt_periph'
>umass.o(.text+0x1312): undefined reference to `xpt_create_path'
>umass.o(.text+0x1325): undefined reference to `xpt_setup_ccb'
>umass.o(.text+0x1340): undefined reference to `xpt_action'
>umass.o: In function `umass_cam_detach_sim':
>umass.o(.text+0x13f7): undefined reference to `xpt_bus_deregister'
>umass.o(.text+0x1415): undefined reference to `cam_sim_free'
>umass.o: In function `umass_cam_detach':
>umass.o(.text+0x1456): undefined reference to `xpt_create_path'
>umass.o(.text+0x1477): undefined reference to `xpt_async'
>umass.o(.text+0x147f): undefined reference to `xpt_free_path'
>umass.o: In function `umass_cam_action':
>umass.o(.text+0x179d): undefined reference to `xpt_done'
>umass.o(.text+0x17ad): undefined reference to `xpt_done'
>umass.o: In function `umass_cam_cb':
>umass.o(.text+0x18a1): undefined reference to `xpt_done'
>umass.o: In function `umass_cam_sense_cb':
>umass.o(.text+0x1918): undefined reference to `xpt_done'
>umass.o(.text+0x1929): undefined reference to `xpt_done'
>*** Error code 1
>
>Stop in /usr/src/sys/compile/XULT.
>root@xult /sys/compile/XULT>
>
>
>
>
>
>4.2 stable, cvsup'd stable-supfile & attempted config sequence five times... each time hanging at this point in make.
>
>_____________________________________________________________
>Sign up for FREE email@bsd.sh from bsdpunk at http://www.bsdpunk.com
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-stable" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0102041730220.7306-100000>