From owner-freebsd-stable@FreeBSD.ORG Thu Apr 14 17:44:44 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F8816A4D0 for ; Thu, 14 Apr 2005 17:44:44 +0000 (GMT) Received: from 62-15-209-148.inversas.jazztel.es (62-15-209-148.inversas.jazztel.es [62.15.209.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379CA43D49 for ; Thu, 14 Apr 2005 17:44:43 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3EHihTO000759; Thu, 14 Apr 2005 19:44:43 +0200 (CEST) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3EHiaCC000788; Thu, 14 Apr 2005 19:44:36 +0200 (CEST) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: Doug White Date: Thu, 14 Apr 2005 19:44:35 +0200 User-Agent: KMail/1.8 References: <200504111007.03460.freebsd@redesjm.local> <20050414094959.C24742@carver.gumbysoft.com> In-Reply-To: <20050414094959.C24742@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504141944.35956.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.45; host: antares.redesjm.local) cc: stable@FreeBSD.org cc: Jose M Rodriguez Subject: Re: Problems with world build in RELENG_5_4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 17:44:44 -0000 El Thursday 14 April 2005 18:51, Doug White escribi=F3: > 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: > > > > =3D=3D=3D> share/info > > =3D=3D=3D> 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. > No builds made in the nfs server ever. make cleandir gets to the same=20 result. > Areyou setting MAKEOBJDIRPREFIX in /etc/make.conf? No. /usr/obj is in a local fs. Only /usr/src is in the nfs server and=20 mounted ro. Seems I can't reproduce it with nfs locking enabled and well configured. =20 Nor with /usr/obj populated before the build. Maybe a make issue? =2D- josemi