Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6267] cast not fulfilling depencies

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 6267] cast not fulfilling depencies
  • Date: Fri, 27 Feb 2004 21:24:59 -0500

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





------- Additional Comments From pmahon AT sourcemage.org 2004-02-27 21:24
-------
Here's a one liner. 'gaze prune' should remove all the "entried need to be
removed" messages, this bug deals with the "needs missing" problem.

awk -F: 'BEGIN { while (getline < "/var/state/sorcery/packages")
Installed[$1] =
1; } $3=="on"{ if ( ! Installed[$1] ) printf("%s entries need to be
removed.\n",
$1) else if ( ! Installed[$2] ) printf("%s needs missing %s(%d)\n", $1, $2,
Installed[$2]); }' /var/state/sorcery/depends



------- 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