Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2001 15:58:41 -0800
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Mike Bytnar <mbytnar@auvo.com>
Cc:        FreeBSD <freebsd-stable@FreeBSD.ORG>
Subject:   Re: 'make installworld' fails over NFS mount
Message-ID:  <20010206155841.C26076@fw.wintelcom.net>
In-Reply-To: <3A808528.C51E4FBF@auvo.com>; from mbytnar@auvo.com on Tue, Feb 06, 2001 at 05:13:44PM -0600
References:  <3A808528.C51E4FBF@auvo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Mike Bytnar <mbytnar@auvo.com> [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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010206155841.C26076>