Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8250] New: sorcery uses wrong tablet directory on dispel

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8250] New: sorcery uses wrong tablet directory on dispel
  • Date: Mon, 14 Feb 2005 13:47:29 -0800 (PST)

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

Summary: sorcery uses wrong tablet directory on dispel
Product: Sorcery
Version: 1.12.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Dispel
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: v.merkatz AT gmx.net


I had a problem today that sorcery didn't remove a file gst-plugins installed
on
dispel, superdebug lead me to the cause. The code in libtablet used to find
the
newest tablet for that spell is wrong, it uses 'sort | uniq | head -1' on the
dated directories, but sort does sort exactly in the wrong order, i.e. the
oldest one ends up first.
I'm not sure that just taking the newest is safe enough, but if you do that,
please use 'sort -r' so it actually gets sorted the way it should be.

superdebug log, old tablet install log and real install log attached.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 8250] New: sorcery uses wrong tablet directory on dispel, bugzilla-daemon, 02/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page