* Mike Bytnar <[EMAIL PROTECTED]> [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 - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message