Date: Tue, 05 Feb 2002 21:41:16 -0000 From: Matthew Whelan <muttley@gotadsl.co.uk> To: freebsd-stable@FreeBSD.ORG, z thompson <cublai@lastamericanempire.com> Subject: Re: Error in make installworld Message-ID: <XVEDB0XRQN86OILIGBHC74B00WVDBVR.3c60517c@VicNBob> In-Reply-To: <20020205081250.A60262@titus.lastamericanempire.com>
next in thread | previous in thread | raw e-mail | index | archive | help
05/02/2002 15:12:50, z thompson <cublai@lastamericanempire.com> wrote: > >Hi, > >Trying to run make installworld yesterday, with source cvsupped 2/5/2002 >at around 18:00 MST, I kept getting the following error: > >ln -fs ../la_LN.ISO8859-1/LC_COLLATE >/usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE >ln -fs ../la_LN.ISO8859-15/LC_COLLATE >/usr/share/locale/da_DK.ISO8859-15/LC_COLLATE >ln: /usr/share/locale/da_DK.ISO8859-15/LC_COLLATE: Operation not >permitted >*** Error code 1 That's normally the sort of thing you see when a file is immutable or append only... use ls -lo to show the flags, and chflags to remove any you don't want (like, all of them, if you're replacing it anyway ;p) Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XVEDB0XRQN86OILIGBHC74B00WVDBVR.3c60517c>