Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2005 09:51:56 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Jose M Rodriguez <josemi@freebsd.jazztel.es>
Cc:        stable@FreeBSD.org
Subject:   Re: Problems with world build in RELENG_5_4
Message-ID:  <20050414094959.C24742@carver.gumbysoft.com>
In-Reply-To: <200504111007.03460.freebsd@redesjm.local>
References:  <200504111007.03460.freebsd@redesjm.local>

next in thread | previous in thread | raw e-mail | index | archive | help
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@gumbysoft.com          |  www.FreeBSD.org



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