Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 01:20:21 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Julian Elischer <julian@elischer.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: make installworld 'kinda' broken in perl
Message-ID:  <Pine.BSF.4.21.0103120116340.21590-100000@besplex.bde.org>
In-Reply-To: <3AAB5836.A282791B@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103120116340.21590-100000>