Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <66F336FF8FD0484B943E0CF48D923C2C04A14494@CSCEX04> From: Alexander Enchevich To: "'cygwin AT cygwin DOT com'" Subject: BUG: updatedb broken? "/usr/bin/find: . changed during execution" Date: Wed, 2 Apr 2003 10:41:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" the updatedb script terminates with this error: /usr/bin/find: . changed during execution this is happening somewhere here (around line 115): # FIXME figure out how to sort null-terminated strings, and use -print0. { if test -n "$SEARCHPATHS"; then if [ "$LOCALUSER" != "" ]; then su $LOCALUSER -c \ "$find $SEARCHPATHS \ \\( $prunefs_exp \ -type d -regex '$PRUNEREGEX' \\) -prune -o -print" else $find $SEARCHPATHS \ \( $prunefs_exp \ -type d -regex "$PRUNEREGEX" \) -prune -o -print fi fi -------------------------- I thought its because there is no /usr/bin/find (it's in /bin), so I tried to modify the updatedb script to look for it in /bin but that didn't help... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/