Date: Tue, 15 Apr 2003 00:19:49 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Doug Poland <doug@polands.org> Cc: questions@freebsd.org Subject: Re: make install port question across nfs Message-ID: <20030415051948.GH84095@dan.emsphone.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
In the last episode (Apr 14), Doug Poland said: > 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). You need to run "make reinstall", which ignores the .install_done.${PKGNAME} flag created by the first "make install". -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030415051948.GH84095>