URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14070>
Summary: Spurious cycle detection with configure --with-fts and find -L Project: findutils Submitted by: jay Submitted on: Tue 08/09/05 at 21:23 Category: find Severity: 3 - Normal Item Group: Wrong result Status: None Privacy: Public Assigned to: jay Originator Name: Geoff Clare Originator Email: [EMAIL PROTECTED] Open/Closed: Open Release: None Fixed Release: None _______________________________________________________ Details: The change you made to ftsfind.c has also caused a new problem with the filesystem loop detection when following symlinks: $ mkdir -p find1/dir1 $ touch find1/dir1/file1 $ ln -s dir1 find1/symlink_to_dir1 $ gfind-fts -L find1 -print find1 find1/dir1 find1/dir1/file1 gfind-fts: Filesystem loop detected; find1/symlink_to_dir1 is part of thesame +filesystem loop as find1/symlink_to_dir1. $ find -L find1 -print find1 find1/dir1 find1/dir1/file1 find1/symlink_to_dir1 find1/symlink_to_dir1/file1 (There is also a typo in the message: "thesame" -> "the same".) Regards, Geoff. _______________________________________________________ Carbon-Copy List: CC Address | Comment ------------------------------------+----------------------------- [EMAIL PROTECTED] | Originator Email _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14070> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-findutils mailing list Bug-findutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-findutils