Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2001 01:30:44 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Adrian Browne <Adrian@nu-earth.demon.co.uk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: cvsup 17-5-2001
Message-ID:  <Pine.BSF.4.21.0105190124400.26348-100000@besplex.bde.org>
In-Reply-To: <ILEFKPEDALOIGNPOBLHAIEJJCCAA.Adrian@nu-earth.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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