From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 22:11:20 2003 Return-Path: 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 3168337B401 for ; Mon, 14 Apr 2003 22:11:20 -0700 (PDT) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443CB43FCB for ; Mon, 14 Apr 2003 22:11:17 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id h3F5KGa92259; Tue, 15 Apr 2003 09:20:17 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <021a01c3030d$61d7d9e0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Doug Poland" References: <1593.172.16.1.33.1050370775.squirrel@email.polands.org> <200304141856.34264.kstewart@owt.com> <1754.172.16.1.33.1050372895.squirrel@email.polands.org> Date: Tue, 15 Apr 2003 09:09:14 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: questions@freebsd.org Subject: Re: make install port question across nfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 05:11:20 -0000 [...] > > > That's how I do it too. A pwd in a directory like > /usr/ports/sysutils/apcupsd shows the same on all > machines. > > Just for grins I tried a make clean ; make; make > install on one of the slow boxes. When I did a > make install on the other slow box then it > "worked", i.e., it installed the port. So why > is a make on one machine recognized and not > another? Strange to a mere mortal like me. Something like /work/.install_done ? I mean, if you did make install on master machine, then you should *force* install on slaves with network mounted dirs. HTH, Igor