From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 18:26:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8F516A4CE; Mon, 22 Dec 2003 18:26:08 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F89343D1D; Mon, 22 Dec 2003 18:26:07 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBN2PxAS044122; Mon, 22 Dec 2003 19:26:01 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 22 Dec 2003 19:22:24 -0700 (MST) Message-Id: <20031222.192224.108813078.imp@bsdimp.com> To: billf@freebsd.org From: "M. Warner Losh" In-Reply-To: <20031222233606.GL82802@elvis.mu.org> References: <20031222233606.GL82802@elvis.mu.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: cisbjc@reason.levels.unisa.edu.au Subject: Re: 4.5-> 5.2 upgrade path issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 02:26:08 -0000 In message: <20031222233606.GL82802@elvis.mu.org> Bill Fumerola writes: : On Tue, Dec 23, 2003 at 01:21:29AM +1030, Benjamin Close wrote: : > Found an old box running FreeBSD 4.5 quite happily on our network. : > Due to security issues (now I know the box exists), I've asked the admin : > to update to 4.9 or Freebsd 5.2. He tried upgrading to FreeBSD 5.2 however : > the build world failed with: : : 4.X-ANYTHINGBUTSTABLE -> 5.X-ANYTHING is not a supported upgrade path. Well, it does work. You just need to define ALWAYS_CHECK_MAKE and it will work. Warner