From owner-freebsd-stable@FreeBSD.ORG Mon Aug 14 19:46:05 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 7435D16A4E9 for ; Mon, 14 Aug 2006 19:46:05 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E267443D46 for ; Mon, 14 Aug 2006 19:46:04 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 0D3085E9F for ; Mon, 14 Aug 2006 23:46:04 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id DD4D35E49 for ; Mon, 14 Aug 2006 23:46:03 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7EJkAQl064083 for freebsd-stable@freebsd.org; Mon, 14 Aug 2006 23:46:10 +0400 (MSD) (envelope-from ru) Date: Mon, 14 Aug 2006 23:46:10 +0400 From: Ruslan Ermilov To: freebsd-stable@freebsd.org Message-ID: <20060814194610.GE63788@rambler-co.ru> References: <200608141702.k7EH29SV095709@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6Vw0j8UKbyX0bfpA" Content-Disposition: inline In-Reply-To: <200608141702.k7EH29SV095709@lurza.secnetix.de> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found 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 19:46:05 -0000 --6Vw0j8UKbyX0bfpA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 14, 2006 at 07:02:09PM +0200, Oliver Fromme wrote: > Hi, >=20 > I just tried to do a "make installworld" with DESTDIR set > to a directory on an NFS server. It broke like this: >=20 > =3D=3D=3D> lib/libcom_err/doc (install) > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-inf= o --quiet --defsection=3D"Programming & development tools." --defentry=3D= "* libcom_err: (com_err). A Common Error Description Library for UNI= X." 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: O= peration not supported > *** Error code 73 > Stop in /usr/src/lib/libcom_err/doc. > *** Error code 1 >=20 > Am I missing something? Is installworld over NFS supported > at all? I could swear I have done it before ... >=20 Yes. From build(7): : installworld Install everything built by a preceding buildworld = step : into the directory hierarchy pointed to by make(1) = vari- : able DESTDIR. :=20 : If installing onto an NFS file system, make sure th= at : rpc.lockd(8) is running on both client and server. = See : rc.conf(5) on how to make it start at boot time. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --6Vw0j8UKbyX0bfpA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE4NMCqRfpzJluFF4RAurIAJwP16lJ0Z+ilF5MUh0V8++oETVQgACeJMA/ yPx5Ry6a81FnxEpBi8QK09g= =scf/ -----END PGP SIGNATURE----- --6Vw0j8UKbyX0bfpA--