On Thu, 17 May 2001, Adrian Browne wrote:
> cvsup 17-5-2001
>
> buildworld worked fine
> make install failed with the following:
>
> /usr/share/man/man1/tcsh.1.gz -> /usr/share/man/man1/csh.1.gz
> ===> bin/csh/nls
> ===> bin/csh/nls/finnish
> install -c -o root -g wheel -m 444 tcsh.cat
> /usr/share/nls/fi_FI.ISO_8859-1/tcsh.cat
> ln -fs ../fi_FI.ISO_8859-1/tcsh.cat
> /usr/share/nls/fi_FI.ISO_8859-15/tcsh.cat
> ln: /usr/share/nls/fi_FI.ISO_8859-15/tcsh.cat: No such file or directory
> *** Error code 1
ISTR that this particular error can be caused by scrambled symlinks
in the target directory. symlink(2) can create symlinks to null
filenames ("ln -s '' foo") (despite null filenames being invalid).
"make install" apparently can create a such a symlink near tsch.cat
(I'm not sure when, but mostl likely just when the mtree database is
wrong). Then "make install" gets confused by the null symlink.
Bruce
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message