Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6237] New: Make warnings are annoying

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 6237] New: Make warnings are annoying
  • Date: Tue, 24 Feb 2004 12:35:33 -0500

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

Summary: Make warnings are annoying
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: pmahon AT sourcemage.org


Stale depends cause warnings in cast. The following line can be used to
elimiate
the stale depends.
while read LINE ; do SPELL=${LINE%%:*} ; gaze installed $SPELL | grep -q "not
installed" || echo $LINE ; done < /var/state/sorcery/depends >
/tmp/depends.new

There is also the problem of circular dependency warnings. There is no
solution
that I can think of for these, other than to unravel the circular deps.



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



  • [SM-Sorcery-Bugs] [Bug 6237] New: Make warnings are annoying, bugzilla-daemon, 02/24/2004

Archive powered by MHonArc 2.6.24.

Top of Page