From owner-freebsd-questions Sat Jun 19 19:55:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 11E4C14BE3 for ; Sat, 19 Jun 1999 19:55:19 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id MAA03088; Sun, 20 Jun 1999 12:25:18 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA06541; Sun, 20 Jun 1999 12:25:22 +0930 (CST) Date: Sun, 20 Jun 1999 12:25:21 +0930 From: Greg Lehey To: field Cc: questions@FreeBSD.ORG Subject: Re: Kernel build failure Message-ID: <19990620122521.H1076@freebie.lemis.com> References: <000901bebac4$dc08e780$6801a8c0@cygnus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000901bebac4$dc08e780$6801a8c0@cygnus>; from field on Sat, Jun 19, 1999 at 08:30:27PM -0600 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Saturday, 19 June 1999 at 20:30:27 -0600, field wrote: > I have just installed FreeBSD 3.1 (March 1999) CDroms that came with > the book "The Complete FreeBSD" - a Walnut Creek CDROM > distribution. With one exception, the installation was easy an well > though out. My compliments to the authors of the system. Thank you. > To resolve a conflict with the Western Digital WD8013 ethernet > controller card, I attempted to rebuild the kernel. Part way through, > the build failied with the error message: > In file included from ../../isofs/cd9660/cd9660_bmap:43: > ../../sys/vnode.h:457:vnode_if.h: No such file or directory Oops, this is a bug in the book which was just reported to me this morning. Here's the erratum you need, which is now in the list of errata at http://www.lemis.com/errata-2.html: Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message