Problems with world build in RELENG_5_4

Doug White dwhite at gumbysoft.com
Thu Apr 14 09:51:57 PDT 2005


On Mon, 11 Apr 2005, Jose M Rodriguez wrote:

> Hi,
>
> I found a little problem with RELENG_5_4 buildworld in my env.
>
> I have a little patched RELENG_5_4 src in a local cvs server, mounted
> ro,-L in the build machine (/usr/src)
>
> No rpc.lockd or rpc.statd daemon running in both machines.  build
> machine timesync with cvs server by ntpdate before build.
>
> Every time I do a rm -rf /usr/obj/* && cd /usr/src && make buildworld I
> get:
>
> ===> share/info
> ===> include
> rm -f osreldate.h version vers.c
> rm: version: Read-only file system
> *** Error code 1
>
> The only thing I change form previous week builds are the -L mount and
> disabling the rpc.lockd and rpc.statd daemons in both machines.
>
> I can solve the problem doing a make obj before make buildworld.

Sounds like these files may be leftovers from a local build on the NFS
server.  You might try doing 'make cleandir; make cleandir' on the server
to remove any remnants.

Areyou setting MAKEOBJDIRPREFIX in /etc/make.conf?

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-stable mailing list