Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2007 16:54:46 -0700
From:      Julian Elischer <julian@elischer.org>
To:        FreeBSD Current <current@freebsd.org>
Subject:   Re: readonly source broken?
Message-ID:  <46A3EE46.4070908@elischer.org>
In-Reply-To: <46A3ECE0.5010304@elischer.org>
References:  <46A3ECE0.5010304@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:
> 
> with a readonly /usr/src  & /usr/obj (mounted via NFS from the machine
> where "make buildworld" was run,
> make installworld has the following error.
> this seems wrong to me..

well it's actually the usr/obj that needs to be read-write, but 
I am not sure it should be for teh action of "make installworld"
as that could be done (as I do) many times remotely to install 
other machines.

> 
> 
> ===> gnu/usr.bin/cvs/cvs (install)
> install -s -o root -g wheel -m 555   cvs /usr/bin
> install -o root -g wheel -m 444 cvs.1.gz  /usr/share/man/man1
> install -o root -g wheel -m 444 cvs.5.gz  /usr/share/man/man5
> ===> gnu/usr.bin/cvs/contrib (install)
> sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,/usr/bin/perl,' 
> /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.in 
>  > Makefile
> cannot create Makefile: Read-only file system
> *** Error code 2
> 
> Stop in /usr/src/gnu/usr.bin/cvs/contrib.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/cvs.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin.
> *** Error code 1
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"




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