From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 14:06:05 2005 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 AE63616A4CE for ; Wed, 16 Mar 2005 14:06:05 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BA643D62 for ; Wed, 16 Mar 2005 14:06:05 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14398 invoked from network); 16 Mar 2005 14:06:04 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Mar 2005 14:06:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6D39482; Wed, 16 Mar 2005 09:06:01 -0500 (EST) Sender: lowell@be-well.ilk.org To: patrick References: From: Lowell Gilbert Date: 16 Mar 2005 09:06:01 -0500 In-Reply-To: Message-ID: <44k6o7n0s6.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Source-upgrading from FreeBSD 4.9 to 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 14:06:05 -0000 patrick writes: > I'm trying to do a source upgrade from FreeBSD 4.9 to 4.11, but during > the "make buildworld", I get the following: > > ===> gnu/usr.bin/cvs/cvs > make: don't know how to make stack.c. Stop > *** Error code 2 > > Stop in /usr/src/gnu/usr.bin/cvs. > *** Error code 1 > ... I don't have a RELENG_4 system around any more, but it sounds like you're missing part of the source tree you should have. Do you have /usr/src/contrib/cvs/src/stack.c? How did you do the update of your sources? > I didn't see any mention of this in the handbook, but do I have to > upgrade to 4.10 first, and then go up to 4.11? No. Remember to check /usr/src/UPDATING for more information before starting an upgrade...