Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8620] sorcery 1.12.0: strange install log using INSTALL_ROOT

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 8620] sorcery 1.12.0: strange install log using INSTALL_ROOT
  • Date: Sun, 17 Apr 2005 16:57:42 -0700 (PDT)

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





------- Additional Comments From acedit AT armory.com 2005-04-17 16:57 -------
I think the problem is on around line 188 in libresurrect while trying to find
the cache tarball's tablet.

Theres this:
local TABLET_PATH=.${TABLET_PATH}

when it should be:
local TABLET_PATH=.${TABLET_PATH#$STATE_ROOT}

since $TABLET_PATH has $STATE_ROOT in it and tarballs are created with
INSTALL_ROOT and STATE_ROOT relative to /, so looking in
./root/sourcemage/.../var/state/sorcery/tablet makes no sense, it should be
./var/state/sorcery/tablet

So, given that resurrect didnt find the tablet (no biggy actually), it made
/var/state and tracked it when it shouldnt have. I'll hunt down the cause of
that and see if it can be rectified as well.

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




Archive powered by MHonArc 2.6.24.

Top of Page