Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6897] cast --fix and cleanse can't detect missing files

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6897] cast --fix and cleanse can't detect missing files
  • Date: Tue, 25 May 2004 03:38:55 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=6897





------- Additional Comments From acedit AT armory.com 2004-05-25 03:38 -------
Good catch, you're absolutely right.

Looking in find_check it appears that the code filters out quite a bit
of stuff:
LOG=`cat $I_LOG |
grep "/bin/\|/games/\|/include/\|/lib/\|/sbin/" |
grep -v "/doc/\|/etc/\|/fonts/\|/man/\|/var/"`
<look through $LOG>

The first grep should probably include /usr as well.
We'll need to get this into both cast and cleanse.

Paul, since cleanse is your project atm would you mind looking
into this?

And yes, this probably is some of the oldest most ignored code we've got.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page