Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3605] cast $SPELL hangs with ARCHIVE=off working

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 3605] cast $SPELL hangs with ARCHIVE=off working
  • Date: Fri, 20 Jun 2003 06:43:47 -0400

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





------- Additional Comments From hgreig AT bigpond.net.au 2003-06-20 06:43
-------
I am responsible for "recklessly" deleting
$INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2
It should not be created if ARCHIVE=off . So any spell with an existing
$INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2 needs to have it deleted to
stop
resurrection.Some spells want the ARCHIVE=off option to force recompile
rather than
resurrection. (like linux)
It is meant to be a documented feature of sorcery.
The problem is not because $INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2 has
been deleted. With ARCHIVE=off working then
$INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2 is never even made. And having
a
spell installed without $INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2 causes
the
hang (like you said about show_downloading) touching
$INSTALL_CACHE/$SPELL-$VERSION-$BUILD.tar.bz2 doesn't work as cast tries to
verify
and unpack the nonexisting ...tar.bz2. There needs to be a check for whether
CACHE_BZ
exists and if it doesn't then it just assumes cast -c .



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