Date: Mon, 14 Apr 2003 18:56:34 -0700 From: Kent Stewart <kstewart@owt.com> To: "Doug Poland" <doug@polands.org>, questions@freebsd.org Subject: Re: make install port question across nfs Message-ID: <200304141856.34264.kstewart@owt.com> In-Reply-To: <1593.172.16.1.33.1050370775.squirrel@email.polands.org> References: <1593.172.16.1.33.1050370775.squirrel@email.polands.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 14 April 2003 06:39 pm, Doug Poland wrote: > Hi, > > I'm trying to build a port on a fast machine and export the > /usr/ports /usr/src /usr/obj via nfs to a number of slower machines. > After running make on the fast machine, I want to do a make install > on the slower boxes. > > The port builds fine on the fast machine and a make install works > too. What I'm seeing is the slower boxes just return a shell prompt > after executing make install. Nothing happens. Even if I run > make, nothing happens. All machines are running 4.8-STABLE and have > identical /etc/make.conf files (attached). > > Could someone help me out here, I'm obviously missing something. > Thanks. What I have found is that they know the true path. So, if you nfs_mount, it has to have the same path as the system that built it. I mount fs'es all of the time but I mount the fs as /usr/src and /usr/ports on both machines. Then, when you cd /usr/ports/x11 and do a pwd, you see what you cded into. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304141856.34264.kstewart>