This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

b18 - rm still has the ol' same dir name bug?



I was rebuilding groff/man this morning, and when I went to delete 
groff with the usual rm -rf, much to my horror, dirs with a subdir 
by the same name give a warning and won't be deleted.

bash$ md a
bash$ md a/b
bash$ md a/b/b
bash$ rm -rf a
rm: WARNING: Circular directory structure.
This almost certainly means that you have a corrupted file system.
NOTIFY YOUR SYSTEM MANAGER. Cycle detected: a/b/b is the same file as
a bash$

That's basically how a couple groff dirs are set up.  You have to rm 
a/* first, then rm -rf a to get around.

Also, tar has been spewing a ton of messages about not being able to 
change access and modification times on the dirs it extracts, on my  
Win95 at least.

---
"Oh, what sad times are these when passing ruffians can say 'Ni!' at will to old
ladies.  There is a pestulance upon this land, nothing is sacred.  Even those
who arrange and design shrubberies are under considerable economic stress of
this period of history."                                   -- Roger the Shrubber
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]