bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14070] Spurious cycle detection with configure --with-fts and find


From: James Youngman
Subject: [bug #14070] Spurious cycle detection with configure --with-fts and find -L
Date: Tue, 9 Aug 2005 21:23:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)

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: address@hidden
             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
------------------------------------+-----------------------------
address@hidden          | 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]