From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 07:35:08 2003 Return-Path: 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 2779416A4BF for ; Thu, 28 Aug 2003 07:35:08 -0700 (PDT) Received: from ns2.webwarrior.net (overlord-host100.dsl.visi.com [209.98.86.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E52443FF9 for ; Thu, 28 Aug 2003 07:35:05 -0700 (PDT) (envelope-from postfix@webwarrior.net) Received: by ns2.webwarrior.net (Postfix, from userid 1003) id 7FE00A956; Thu, 28 Aug 2003 09:35:04 -0500 (CDT) Date: Thu, 28 Aug 2003 09:35:04 -0500 From: Josh Paetzel To: freebsd-questions@freebsd.org Message-ID: <20030828143504.GA29426@ns2.webwarrior.net> References: <20030826030503.4a5da51b.kitbsdlists@HotPOP.com> <44vfsh98s7.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44vfsh98s7.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.1i cc: Vulpes Velox Subject: Re: kernel compile problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 14:35:08 -0000 On Thu, Aug 28, 2003 at 10:06:00AM -0400, Lowell Gilbert wrote: > Vulpes Velox writes: > > > I just cvsuped my router to 4stable, from 4.6.2. I tried recompile the previous > > kernel. That did not work. It configed properly, but a make depend did not > > succeed. I get the same errors trying to compile the generic kernel. > > Does this also happen with the recommended upgrade procedure, as > described in the handbook? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html According to your original post, you were missing bsd.links.mk. Try this: #cp /usr/src/share/mk/bsd.links.mk /usr/share/mk/ Josh