From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 02:16:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8506A16A422 for ; Wed, 8 Feb 2006 02:16:03 +0000 (GMT) (envelope-from fbsd@douville.net) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id A715B43D46 for ; Wed, 8 Feb 2006 02:16:00 +0000 (GMT) (envelope-from fbsd@douville.net) Received: (qmail 78538 invoked from network); 8 Feb 2006 02:15:59 -0000 Received: from unknown (HELO sdouvilnonq1) (sns536@rogers.com@70.29.116.42 with login) by smtp100.rog.mail.re2.yahoo.com with SMTP; 8 Feb 2006 02:15:59 -0000 Message-ID: <05d501c62c55$8bdd8270$36741d46@sdouvilnonq1> From: "Steve Douville" To: Date: Tue, 7 Feb 2006 21:15:35 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error While Tuning the Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 02:16:04 -0000 I removed a number of devices that I know I don't have, basically all = the scsi devices, printer devices, etc, careful not to remove anything I = wasn't absolutely sure I didn't have. The config went fine, no errors. = The make ran for a while then gave me these errors... linking kernel umass.o(.text+0x15af): In function `umass_cam_attach_sim': : undefined reference to `cam_simq_alloc' umass.o(.text+0x15e1): In function `umass_cam_attach_sim': : undefined reference to `cam_sim_alloc' umass.o(.text+0x15f1): In function `umass_cam_attach_sim': : undefined reference to `cam_simq_free' umass.o(.text+0x160a): In function `umass_cam_attach_sim': : undefined reference to `xpt_bus_register' umass.o(.text+0x162f): In function `umass_cam_rescan_callback': : undefined reference to `xpt_free_path' umass.o(.text+0x1677): In function `umass_cam_rescan': : undefined reference to `xpt_periph' umass.o(.text+0x1680): In function `umass_cam_rescan': : undefined reference to `xpt_create_path' umass.o(.text+0x1693): In function `umass_cam_rescan': : undefined reference to `xpt_setup_ccb' umass.o(.text+0x16ae): In function `umass_cam_rescan': : undefined reference to `xpt_action' umass.o(.text+0x1750): In function `umass_cam_detach_sim': : undefined reference to `xpt_bus_deregister' umass.o(.text+0x1766): In function `umass_cam_detach_sim': : undefined reference to `cam_sim_free' umass.o(.text+0x17a5): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1805): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1823): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x18a8): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1967): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x199d): more undefined references to `xpt_done' follow umass.o(.text+0x1b46): In function `umass_cam_action': : undefined reference to `cam_calc_geometry' umass.o(.text+0x1b4c): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1b5e): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1b71): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1bab): In function `umass_cam_cb': : undefined reference to `xpt_done' umass.o(.text+0x1be7): In function `umass_cam_cb': : undefined reference to `xpt_done' umass.o(.text+0x1c99): more undefined references to `xpt_done' follow *** Error code 1 Am I just missing a lib file or something? TIA, Steve