From owner-freebsd-stable Tue Feb 6 15:59: 5 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 6FAC037B401 for ; Tue, 6 Feb 2001 15:58:47 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f16NwfE25653; Tue, 6 Feb 2001 15:58:41 -0800 (PST) Date: Tue, 6 Feb 2001 15:58:41 -0800 From: Alfred Perlstein To: Mike Bytnar Cc: FreeBSD Subject: Re: 'make installworld' fails over NFS mount Message-ID: <20010206155841.C26076@fw.wintelcom.net> References: <3A808528.C51E4FBF@auvo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A808528.C51E4FBF@auvo.com>; from mbytnar@auvo.com on Tue, Feb 06, 2001 at 05:13:44PM -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mike Bytnar [010206 15:15] wrote: > 'make installworld' fails over an NFS mount, but executes correctly on > the machine that executed 'make buildworld'. Anyone else encounter this > problem? [snip] > The problem occurs right after the RPC subproject. The logged output > shows: > install -C -o root -g wheel -m 444 /usr2/src/include/osreldate.h > /usr/include/ > install: /usr2/src/include/osreldate.h: No such file or directory > *** Error code 71 [snip] > > > Is there a workaround for this problem? Yes. This bug has been in the tree for quite some time now, basically you have to have the nfs mount over the same location as the nfs server's build location. so if on the server you really have: /usr/src -> /vol/src /usr/obj -> /vol/obj on the client you'll need to have /usr/src -> /vol/src /usr/obj -> /vol/obj and you'll need to mount the nfs share on /vol/src and /vol/obj on the client otherwise it breaks. Btw, this bug is terribly annoying, it's been around for so long that I've given up on tracking down how/where it happened and who did it. If anyone can figure out a way to fix this, it'd be nice. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message