Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7815] New: Sorcery default add only allows one instance of a spell

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 7815] New: Sorcery default add only allows one instance of a spell
  • Date: Mon, 13 Dec 2004 12:19:06 -0500

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

Summary: Sorcery default add only allows one instance of a spell
Product: Sorcery
Version: 1.11.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


I thought that `sorcery default add ...` would allow me to set spells up as
providers, allowing a provider to only be listed once, however, it seems the
logic is reversed and a spell can only be listed once.

# cat /var/state/sorcery/default_providers | grep xorg
xorg:OPENGL:on
# sorcery default add xorg X11-LIBS on
# cat /var/state/sorcery/default_providers | grep xorg
xorg:X11-LIBS:on

So I cannot have xorg be the provider for both X11-LIBS and OPENGL?

However, I can have multiple spells as a provider:

# cat /var/state/sorcery/default_providers | grep MOTIF
lesstif:MOTIF:on
# sorcery default add openmotif MOTIF on
# cat /var/state/sorcery/default_providers | grep MOTIF
lesstif:MOTIF:on
openmotif:MOTIF:on

# sorcery -v
1.11.2

This seems backwards, to me. BTW, thanks for this functionality, it saved some
time on my re-installs. :)



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



  • [SM-Sorcery-Bugs] [Bug 7815] New: Sorcery default add only allows one instance of a spell, bugzilla-daemon, 12/13/2004

Archive powered by MHonArc 2.6.24.

Top of Page