From owner-freebsd-stable@FreeBSD.ORG Wed Jun 15 15:48:12 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A2C16A41C for ; Wed, 15 Jun 2005 15:48:12 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1197443D49 for ; Wed, 15 Jun 2005 15:48:11 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so512500wri for ; Wed, 15 Jun 2005 08:48:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XIoaKLUN+nHxd09e05Q83fj8+EyEO+VTyA97JVf8Swdgq/gZuCc1br08xVArFg3zXH4D2oCQC3rFfsaOmm++UCIraQiGPc+6J4ldjBF7WdpVoHpyAs5kz7p7JYokeN+n6QUA4vLRXO7tYCgESr5okjeRiPCVkjVk3/LGH4Z2hr8= Received: by 10.54.27.40 with SMTP id a40mr4222125wra; Wed, 15 Jun 2005 08:48:11 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Wed, 15 Jun 2005 08:48:11 -0700 (PDT) Message-ID: <790a9fff050615084861e0ac85@mail.gmail.com> Date: Wed, 15 Jun 2005 10:48:11 -0500 From: Scot Hetzel To: "Mars G. Miro" In-Reply-To: <28edec3c050614191644ef093b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c0506140449509acb4c@mail.gmail.com> <790a9fff05061409093da406f6@mail.gmail.com> <28edec3c050614191644ef093b@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: NFS upgrading from 5.2.1->5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 15:48:12 -0000 On 6/14/05, Mars G. Miro wrote: > > If the build machine and install machine were at the same -RELEASE > > number, I don't believe you would have come across this problem. > >=20 > I'm not sure I get you but the purpose of making the world in FreeBSD > is ought to be able to upgrade across releases (some people even > report upgrading from major releases, e.g 4.X to 5.X), albeit minor > hurdles (like the one I've experienced). >=20 Normally this would work, when the build machine and the install machine are the same computer. But when you NFS mount the the built sources on another system it may or may not work. For example you wouldn't build the sources on a 5.x system and then NFS mount the built sources to a 4.x system. The reason is that the build system custom tailors the build tools for the 5.x system, and they will most likely not run on the 4.x system. Scot