I am having a problem running CVS under Mandrake 8.1.  It affects 
RedHat's 1.10.8 and Mandrake's 1.11.1p1 under several versions of the 
2.4 Linux kernel, glibc version 2.2.4.  It does not affect the same 
1.10.8 under kernel 2.4.4 with glibc 2.1.3 (a RedHat box).

    When one of the directories CVS is dealing with is on NFS (SGI Irix 
6.4), it exits with the error message

cvs import:  cannot read directory: value too large for defined data type

(In response to: "cvs -d /usr/tmp/foo/ import bar d s")

    This happens in find_rcs, file find_names.c line 258, right after 
CVS_OPENDIR (opendir) produces errno 2, ENOENT.  It thinks the directory 
doesn't exist.

    opendir on the same directory from a short test program succeeds 
without setting errno.

    Perhaps this is a glibc bug.  This is not a problem under glibc 2.2.2.

    - Daniel Hoth


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to