From owner-freebsd-current Sun Mar 11 2:50: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from filk.iinet.net.au (syncopation-dns.iinet.net.au [203.59.24.29]) by hub.freebsd.org (Postfix) with SMTP id 87CF737B718 for ; Sun, 11 Mar 2001 02:49:57 -0800 (PST) (envelope-from julian@elischer.org) Received: (qmail 10004 invoked by uid 666); 11 Mar 2001 10:50:57 -0000 Received: from i087-219.nv.iinet.net.au (HELO elischer.org) (203.59.87.219) by mail.m.iinet.net.au with SMTP; 11 Mar 2001 10:50:57 -0000 Message-ID: <3AAB5836.A282791B@elischer.org> Date: Sun, 11 Mar 2001 02:49:26 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: current@freebsd.org Subject: make installworld 'kinda' broken in perl Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. rm -rf libsdbm.a rm: libsdbm.a: Read-only file system *** Error code 1 (continuing) `all' not remade because of errors. Installing /usr/libdata/perl/5.6.0/mach/SDBM_File.pm Installing /usr/libdata/perl/5.6.0/mach/auto/sdbm/extralibs.ld Installing /usr/libdata/perl/5.6.0/mach/auto/SDBM_File/SDBM_File.so Installing /usr/libdata/perl/5.6.0/mach/auto/SDBM_File/SDBM_File.bs Writing /usr/libdata/perl/5.6.0/mach/auto/SDBM_File/.packlist Appending installation info to /usr/libdata/perl/5.6.0/mach/perllocal.pod ===> gnu/usr.bin/perl/library/Socket -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000-2001 ---> X_.---._/ v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message