From owner-freebsd-questions Sun Dec 16 19: 3:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe41.pav2.hotmail.com [64.4.36.98]) by hub.freebsd.org (Postfix) with ESMTP id 031A137B419 for ; Sun, 16 Dec 2001 19:03:19 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 16 Dec 2001 19:03:18 -0800 X-Originating-IP: [66.32.85.141] From: "Jeff Jeter" To: Subject: Kernal Build Errors Date: Sun, 16 Dec 2001 22:03:20 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C1867D.7978D300" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: X-OriginalArrivalTime: 17 Dec 2001 03:03:18.0914 (UTC) FILETIME=[610F5620:01C186A7] 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 This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C1867D.7978D300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I installed wine and have to rebuild the kernal. I added these lines at the end of the options list: #WINE realted options options USER_LDT options SYSVSEM options SYSVSHM options SYSVMSG and i get the following errors: BSD# make depend <--Stuff w/ no errors--> BSD# make 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 any help is appreciated, Jeff Jeter ------=_NextPart_000_0009_01C1867D.7978D300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I installed wine and have to rebuild = the=20 kernal.
I added these lines at the end of the options list:
#WINE = realted=20 options
options        =20 USER_LDT
options        =20 SYSVSEM
options        =20 SYSVSHM
options        =20 SYSVMSG
 
and i get the following = errors:
 
BSD# make depend
<--Stuff w/ no=20 errors-->
BSD# make
linking kernel
umass.o: In function=20 `umass_cam_attach_sim':
umass.o(.text+0x1257): undefined reference to = `cam_simq_alloc'
umass.o(.text+0x127d): undefined reference to=20 `cam_sim_alloc'
umass.o(.text+0x1296): undefined reference to=20 `xpt_bus_register'
umass.o(.text+0x12a6): undefined reference to=20 `cam_simq_free'
umass.o: In function=20 `umass_cam_rescan_callback':
umass.o(.text+0x12bf): undefined = reference to=20 `xpt_free_path'
umass.o: In function=20 `umass_cam_rescan':
umass.o(.text+0x1309): undefined reference to=20 `xpt_periph'
umass.o(.text+0x1312): undefined reference to=20 `xpt_create_path'
umass.o(.text+0x1325): undefined reference to=20 `xpt_setup_ccb'
umass.o(.text+0x1340): undefined reference to=20 `xpt_action'
umass.o: In function=20 `umass_cam_detach_sim':
umass.o(.text+0x13f7): undefined reference to = `xpt_bus_deregister'
umass.o(.text+0x1415): undefined reference to=20 `cam_sim_free'
umass.o: In function=20 `umass_cam_detach':
umass.o(.text+0x1456): undefined reference to=20 `xpt_create_path'
umass.o(.text+0x1477): undefined reference to=20 `xpt_async'
umass.o(.text+0x147f): undefined reference to=20 `xpt_free_path'
umass.o: In function=20 `umass_cam_action':
umass.o(.text+0x179d): undefined reference to=20 `xpt_done'
umass.o(.text+0x17ad): undefined reference to=20 `xpt_done'
umass.o: In function = `umass_cam_cb':
umass.o(.text+0x18a1):=20 undefined reference to `xpt_done'
umass.o: In function=20 `umass_cam_sense_cb':
umass.o(.text+0x1918): undefined reference to=20 `xpt_done'
umass.o(.text+0x1929): undefined reference to = `xpt_done'
***=20 Error code 1
 
any help is appreciated,
Jeff=20 Jeter
------=_NextPart_000_0009_01C1867D.7978D300-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message