05/02/2002 15:12:50, z thompson <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
