Date: Tue, 7 Feb 2006 21:20:34 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Steve Douville <fbsd@douville.net> Cc: freebsd-questions@freebsd.org Subject: Re: Error While Tuning the Kernel Message-ID: <20060208022034.GA15144@xor.obsecurity.org> In-Reply-To: <05d501c62c55$8bdd8270$36741d46@sdouvilnonq1> References: <05d501c62c55$8bdd8270$36741d46@sdouvilnonq1>
next in thread | previous in thread | raw e-mail | index | archive | help
--cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 07, 2006 at 09:15:35PM -0500, Steve Douville wrote: > 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... >=20 > 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 >=20 > Am I just missing a lib file or something? No, you removed too much from your kernel config (this is a FAQ; google would have shown the answer). Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6VVyWry0BWjoQKURAkaeAJ9h2k5m5MLWzFtNgHDTAVoJZ4fl6wCggovR lwBJiJMNQMnNGBythugfHvA= =I9cF -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060208022034.GA15144>