X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "one2001boy AT yahoo DOT com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: cp.exe bug References: <01c4929c$Blat.v2.2.2$92cbcdc0 AT zahav DOT net DOT il> In-Reply-To: <01c4929c$Blat.v2.2.2$92cbcdc0@zahav.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 29 Message-ID: NNTP-Posting-Host: 68.125.129.136 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr27.news.prodigy.com 1094328945 ST000 68.125.129.136 (Sat, 04 Sep 2004 16:15:45 EDT) NNTP-Posting-Date: Sat, 04 Sep 2004 16:15:45 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: [[PGGVKEEZVQG]IRN[O AT _WH@YR_B AT EXLLBWLOOAFWIWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U AT FRFUEXR@KFXYDBPWBCDQJA AT X_DCBHXR[C@\EOKCJLED_SZ AT RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN Date: Sat, 04 Sep 2004 20:15:45 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >>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. It seems that cp.c source code has the same version for alpha and beta. It can be told by running cp --version. What changes are made for alpha and beta of fileutils? thanks.