Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8763] "dropped" casts in pass_four may cause error message at end of pass_three

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 8763] "dropped" casts in pass_four may cause error message at end of pass_three
  • Date: Sun, 1 May 2005 02:36:17 -0700 (PDT)

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|trivial |normal
Priority|P2 |P4




------- Additional Comments From acedit AT armory.com 2005-05-01 02:36 -------
'dropping' cast support was not 'added', we just added output for it, cast has
behaved that way ever since make was put into place. You may be getting
confused
because make was being improperly used for a few sorcery releases.

In anycase, you noticed the code at the end of pass_two. More bad things
refers
to the fact that $TMP_DIR is removed and the touch command obviously will
fail.
Suppressing the error will *not* fix that issue. Pass_three will continue to
use
$TMP_DIR, which was removed. So the real problem is that downloads have to be
interruptable or we rip out my conservative 1 minute timeout and figure on
pass_three completing at some point. Theres not nearly enough ipc between the
two passes.

Of course, i'll point out that spells arent supposed to fail in the first
place,
not saying sorcery shouldnt handle the situation gracefully, but lets not
forget
the reason this bug got noticed.

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