From owner-freebsd-questions Tue Jan 14 0:29:43 2003 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 9F20637B401 for ; Tue, 14 Jan 2003 00:29:41 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262D743EB2 for ; Tue, 14 Jan 2003 00:29:41 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id AAA28386; Tue, 14 Jan 2003 00:29:39 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: randall ehren Subject: Re: buildworld/installworld problem Date: Tue, 14 Jan 2003 00:29:29 -0800 User-Agent: KMail/1.4.3 Cc: References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301140029.29248.kstewart@owt.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 14 January 2003 12:04 am, randall ehren wrote: > > Go back to your original scheme. Make knows what the true path was > > when you did the build and it has to look like that on the clients. > > If you link /array/src as /usr/src, make knows it was really > > /array/src. You would have to nfs_mount /array/src and link it to > > /usr/src. Why do that when you could have created a partition on > > the array slice called src and mounted it as /usr/src. Then, you > > could nfs_mount that partition as /usr/src and everything is happy. > > true - but i wanted a single machine to handle doing builds of > -stable and -release as i have machines with different needs. if this > is impossible then i'll settle, i just figured there was some flag i > could possibly pass to the make installworld to fix the problem. There are some env parameters that you can change but I couldn't find=20 them. I do my builds on my fastest system and want them done as quickly=20 as possible. So, I have /usr/src and /usr/obj on their own=20 HD/controller. Your answer should be in the archive. Look around DESTDIR and others.=20 Then, don't bother doing the link to /usr/src and /usr/obj. It doesn't=20 matter at that point. That doesn't get you around the fact that make=20 builds files with the original path built in.=20 Kent > > thanks for the reply, > -randall --=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message