X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 04 Sep 2004 19:30:02 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c4929c$Blat.v2.2.2$92cbcdc0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (one2001boy AT yahoo DOT com) Subject: Re: cp.exe bug References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "one2001boy AT yahoo DOT com" > Date: Sat, 04 Sep 2004 04:01:17 GMT > > cp.exe from fil41b.zip (beta) has a bug. > If mydirectory directory contains more than 2000 files, > and no sub directory inside (maybe this is not related). > > C:> cp -r mydirectory newdir > cp: cannot access `mydirectory': No such file or directory (ENOENT) > C:> > > However, mydirectory does exist and is accessable. > If I use cp.exe from fil41b.zip (alpha), the copy is successful. Thanks for the report. Perhaps you could download the Fileutils sources, step with a debugger inside the source of cp.c, and see what is going wrong there. That would make it easier to identify and fix the bug.