From owner-freebsd-questions Wed May 16 15:16:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id D3ED737B422 for ; Wed, 16 May 2001 15:16:54 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 90007 invoked by uid 100); 16 May 2001 22:16:54 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15106.64598.231515.804182@guru.mired.org> Date: Wed, 16 May 2001 17:16:54 -0500 To: Dan Phoenix Cc: questions@freebsd.org Subject: Re: don't need more than one src dir In-Reply-To: <130726330@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Phoenix types: > i have nfs mounted /usr/src /usr/ports and /usr/obj > from 1 machine for other fbsd machines. > > install -C -o root -g wheel -m 444 /gorbag/src/include/osreldate.h > /usr/include > install: /gorbag/src/include/osreldate.h: No such file or directory > > > i get that attemping a make installworld > > really don;t want to have to do a make buildworld on every machine.... > that takes out the purpose in the nfs mounts in the first place....any > ideas? Yeah - you have to make sure the real mount points are the same on all the systems. If your src is really /usr/src, /usr/obj and /usr/ports on the build machine, then they need to be mounted on /usr/src, /usr/obj and /usr/ports on the client machines as well. Symlinks from those points to the real mount point won't work. Well, I guess you could create symlinks in /usr/obj to make them work, but you'll have to figure out how to do that yourself. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message