From owner-freebsd-questions@FreeBSD.ORG Sun May 6 17:36:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29C6616A400 for ; Sun, 6 May 2007 17:36:50 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 02B5613C457 for ; Sun, 6 May 2007 17:36:49 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from services.tcbug.org (softlink-dsl-host82.dsl.visi.com [208.42.148.82]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id B174881D3 for ; Sun, 6 May 2007 12:05:22 -0500 (CDT) Received: by services.tcbug.org (Postfix, from userid 1001) id DBC339B41E; Sun, 6 May 2007 12:06:51 -0500 (CDT) Date: Sun, 6 May 2007 12:06:51 -0500 From: Josh Paetzel To: freebsd-questions@freebsd.org Message-ID: <20070506170651.GZ40273@tcbug.org> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: make Buildworld fails...why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Paetzel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:36:50 -0000 Mark Stout wrote: > Hello, > > I've been trying to upgrade a 5.4-RELEASE to 6.2-RELEASE and having a bit of > a problem. > > Downloaded and untar's the source files for base, catpages, dict, doc, > games, info, manpages, proflibs, and src directories per INSTALL.TXT in the > releases/.../src directory after backing up my local /etc and /usr/local/etc > directories. > > I've tweaked the GENERIC kernel config file and renamed is RADIUS2 > > While in /usr/src I did a 'make buildworld'. > > I do okay until I get to "stage 2.3: build tools". There I get to the > following error when compiling make_hash. Can anyone help me determine why > this is failing? Were my upgrade procedures > > Thank you, > Mark Stout > VPM Global Internet Services, Inc. > 530-626-4218 x205 Office > 530-626-7182 Fax > 530-554-9295 VoIP > 916-240-2850 Cell > www.vpm.com Generally speaking the best supported upgrade path across major version numbers is from the last release of the older version to the first of the newer, which in your case would mean upgrading from 5.4 -> 5.5 -> 6.0 -> 6.2 Is there any particular reason you aren't using cvsup/csup to update your source tree? -- Thanks, Josh Paetzel