From owner-freebsd-questions Sat Feb 19 0: 5:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id B002637BB80 for ; Sat, 19 Feb 2000 00:05:54 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id AAA13218; Sat, 19 Feb 2000 00:21:08 -0800 (PST) Date: Sat, 19 Feb 2000 00:21:08 -0800 From: Alfred Perlstein To: Matthew Jarrett Cc: questions freebsd Subject: Re: compiling kernel and upgrading etc Message-ID: <20000219002107.M21720@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from matthew@fl.net.au on Sat, Feb 19, 2000 at 05:52:29PM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Matthew Jarrett [000218 23:58] wrote: > Hi, > > I am just upgrading to the latest code of FreeBSD 3.4 Stable, and am getting > a few errors. I have previously upgraded to Stable on this same machine > about 4 times, and this is the 5th time I am about to do. > > What I am getting is the below: > > pandora:/usr/src/sys/compile/PANDORA% make > Loading kernel > vpo.o: In function `vpoattach': > vpo.o(.text+0x10f): undefined reference to `cam_simq_alloc' > vpo.o(.text+0x134): undefined reference to `cam_sim_alloc' > vpo.o(.text+0x144): undefined reference to `cam_simq_free' > vpo.o(.text+0x152): undefined reference to `xpt_bus_register' > vpo.o(.text+0x16e): undefined reference to `xpt_create_path' > vpo.o(.text+0x18d): undefined reference to `xpt_bus_deregister' > vpo.o(.text+0x197): undefined reference to `cam_sim_free' > vpo.o: In function `vpo_action': > vpo.o(.text+0x4b5): undefined reference to `xpt_done' > *** Error code 1 > > Stop. > > This occurs _after_ doing a cvsup and then doing a 'make buildworld' in > /usr/src/ and a config 'PANDORA' in /usr/src/sys/i386/conf and then doing a > 'make depend'. [snip] no kernel config file attached... Just a guess, you're missing some lines for scsi devices? try a side-by-side check with GENERIC refering to LINT to clear things up. good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message