From owner-freebsd-stable@FreeBSD.ORG Mon Aug 14 18:50:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71AE16A4FA for ; Mon, 14 Aug 2006 18:50:00 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D62343D46 for ; Mon, 14 Aug 2006 18:50:00 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7EInfVC016557; Mon, 14 Aug 2006 14:49:53 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: freebsd-stable@freebsd.org Date: Mon, 14 Aug 2006 14:32:08 -0400 User-Agent: KMail/1.9.1 References: <200608141702.k7EH29SV095709@lurza.secnetix.de> In-Reply-To: <200608141702.k7EH29SV095709@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608141432.08321.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 14 Aug 2006 14:49:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1660/Mon Aug 14 11:42:28 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.8 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, INFO_TLD autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Oliver Fromme Subject: Re: installword with DESTDIR=/nfs doesn't work? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 18:50:01 -0000 On Monday 14 August 2006 13:02, Oliver Fromme wrote: > Hi, > > I just tried to do a "make installworld" with DESTDIR set > to a directory on an NFS server. It broke like this: > > ===> lib/libcom_err/doc (install) > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir > lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir: Operation not supported > *** Error code 73 > Stop in /usr/src/lib/libcom_err/doc. > *** Error code 1 > > Am I missing something? Is installworld over NFS supported > at all? I could swear I have done it before ... I've been doing 'make NO_INFO=yes NO_FSCHG=yes installworld' to installworld over NFS. There doesn't seem to be anyway to turn off just the lockf for the info files w/o turning off the info files altogether. If you want to use rpc.lockd, you need it running on both the server and client, but to be honest, many folks run into problems with rpc.lockd, so unless you really need it I'd avoid it. -- John Baldwin