Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6771] New: cast --fix has false '... is missing' warnings

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 6771] New: cast --fix has false '... is missing' warnings
  • Date: Mon, 19 Apr 2004 02:35:09 -0400

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

Summary: cast --fix has false '... is missing' warnings
Product: Sorcery
Version: Devel
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: vlmarek AT volny.cz


When i ran 'sorcery system-update' this morning I got bunch of:
...
of man-pages is missing.
...
of MPlayer-fonts is missing.
...
errors.

The problem is in /usr/sbin/cast, when spell log contains no files to check,
around line 203 there's situation:
echo | while read ITEM; do echo XXX$ITEM; done
which runs the loop once, and does empty false positive.

I don't know why this haven't appeared earlier, so I don't want to fix it, to
not broke anything else :)

But the fix would be change the line 211:
if [ -z "$ITEM" || -e "$ITEM" ]; then



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



  • [SM-Sorcery-Bugs] [Bug 6771] New: cast --fix has false '... is missing' warnings, bugzilla-daemon, 04/19/2004

Archive powered by MHonArc 2.6.24.

Top of Page