Jim Meyering <[EMAIL PROTECTED]> writes:

> If any of you know of a system with file name resolution code that
> doesn't fail for a chain of 400 symlinks, or for which you get a
> different diagnostic than `Too many levels of symbolic links' (ELOOP),
> please provide details.

On Solaris 8 through 10 (at least), perror says this for ELOOP:

Number of symbolic links encountered during path name traversal exceeds 
MAXSYMLINKS

which causes the coreutils tests to fail (at least, this was true as
of about 24 hours ago, but I hadn't gotten around to looking into it
yet).  It could be a System V ism.  glibc used to do the same thing,
when it supported SunOS.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to