From owner-freebsd-stable Tue May 7 8:21:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 0E4BB37B414 for ; Tue, 7 May 2002 08:20:43 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 1756o3-0001to-00 for stable@FreeBSD.org; Tue, 07 May 2002 17:23:11 +0200 From: Sheldon Hearn To: stable@FreeBSD.org Subject: installworld broken from read-only NFS /usr/obj Date: Tue, 07 May 2002 17:23:11 +0200 Message-ID: <7303.1020784991@axl.seasidesoftware.co.za> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I routinely run 'make installworld' from a read-only NFS-mounted /usr/src, using a read-only NFS-mounted /usr/obj . This allows me to perform builds on a non-production box and then upgrade all my servers from its obj tree. The last time I did this was a couple of weeks ago and it worked. Now I get the following error: make installworld ... ===> gnu/usr.bin/perl/library/SDBM_File cd sdbm && make all rm -rf libsdbm.a rm: libsdbm.a: Read-only file system *** Error code 1 If I use 'make -i', it is evident that this isn't all such errors are in the src/gnu/usr.bin/perl/library tree, but this is the first one encountered. It looks like the installworld target causes an attempted write to the obj tree, which is naughty. Any ideas? Ciao, Sheldon. PS: I searched the -stable list archives for "read-only AND NFS AND install AND error". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message