Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.nacamar.de!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 2.2 Kernel Compile Problem Date: 23 Mar 1997 19:52:52 GMT Organization: Private BSD site, Dresden Lines: 19 Message-ID: <5h41mk$ii7@uriah.heep.sax.de> References: <01bc371b$7a9ceac0$c553b5cf@cello> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37631 "Frank Ficnar" <fficnar@netcom.ca> wrote: > I just installed FreeBSD 2.2-RELEASE and I am having a problem compiling > the kernel for my config. The compile stops on the following errors ... > > cd9660_vfsops.o :: Undefined symbol '_bdevvp' referenced from text segment > ffs_vfsops.o :: Undefined symbol '_bdevvp' referenced from text segment It's defined in sys/kern/vfs_subr.c. I bet you've got a vfs_subr.o that is 0 bytes long for some reason. (make won't detect this, and will only see that that object file is recent enough, and just go on compiling the rest.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)