X-Spam-Check-By: sourceware.org Message-ID: <4727185d0703090450n26f8b217q9c33e1fa57dea5a6@mail.gmail.com> Date: Fri, 9 Mar 2007 13:50:36 +0100 From: "Vincent Legoll" To: cygwin AT cygwin DOT com, ebb9 AT byu DOT net Subject: Re: [ANNOUNCEMENT] Updated: findutils-4.3.2-3 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello, I use cygwin at work, for our build chains, and I do not upgrade often, but the last batch I did some days ago broke our process. A 'find' done inside a Makefile is not working properly any more, failing with the following error message: [...] find D:/Tmp -depth -type d -name 'DISK?' -exec mv "{}" en \; find: could not change to directory D:/Tmp/Product Configuration 1/DiskImages/DISK1: No such file or directory [...] I tried removing '-depth' option, same result... whereas when changing that command line to use 'oldfind', as specified in you announcement, it worked as it did before... I put an 'ls -lR' command just before the failing 'find', and the directory is present... /bin/ls -lR D:/Tmp [...] D:/Tmp/Product Configuration 1/Release1/DiskImages/DISK1: total 21985 -rwxr-xr-x 1 build None 262144 Mar 9 11:18 test.txt [...] I looked at setup.log, and found that I went from: 4.2.25-2 (2005/11/18) straight to: 4.3.2-3 (2007/03/05) so I expected something to break somewhere... ;-) How long will 'oldfind' still be kept for compatibility ? Maybe you should keep the old directory traversal algorithm available with a command-line switch... Or may I be of any help to make the new one work ? Maybe some testing if you need it... Thanks for all your work. -- Vincent Legoll -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/