From owner-freebsd-current Sun Mar 11 6:21:15 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B60D337B719 for ; Sun, 11 Mar 2001 06:21:09 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA06963; Mon, 12 Mar 2001 01:21:00 +1100 Date: Mon, 12 Mar 2001 01:20:21 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Julian Elischer Cc: current@FreeBSD.ORG Subject: Re: make installworld 'kinda' broken in perl In-Reply-To: <3AAB5836.A282791B@elischer.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 11 Mar 2001, Julian Elischer wrote: > I often do 'make buildworld' on one machine > and on many other machines I do: > mount -r /usr/src > mount -r /usr/obj > > through nfs so I can do a 'make installworld' > using the prebuilt system. > > Unfortunatly the perl distribution is trying to write > back to /usr/obj or /usr/src. > > it is the only place that does this. And it's new becasue > I've done this in the past. > > here's the error: > ===> gnu/usr.bin/perl/library/SDBM_File > cd sdbm && make all > rm -rf libsdbm.a <----- why does it try to do this? > surely it should have been done in the > 'buildworld' phase. I'm not sure if > it's trying to rm in /usr/obj or /usr/src, > but either way, it's wrong.. > > > rm: libsdbm.a: Read-only file system > *** Error code 1 (continuing) > `all' not remade because of errors. This is an old bug: