Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14954] New: Cast crashes when introducing per spell cflags

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 14954] New: Cast crashes when introducing per spell cflags
  • Date: 12 Dec 2008 04:28:58 -0000

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

Summary: Cast crashes when introducing per spell cflags
Product: Sorcery
Version: 1.14.x
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P1
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: code933k AT gmail.com


Since I installed Source Mage, about two months ago, there is a continuous
crash behavior in _cast_. When it asks to enter custom per spell cflags a "Y"
answer produces an apparent endless loop spiting random source code into the
terminal.

"Installed from CD using v. 0.9.6.3". Now using [TEST] branch.
Current sorcery --version 1.14.3-rc1

Tracking the "big" issue to the source of all mighty secrets, I found a
"little" misspelling:


=========================== PATCH FOLLOWS ===========================

--- Code/SMGL/libcast.old 2008-12-11 14:47:21.991215885 -0500
+++ /var/lib/sorcery/modules/libcast 2008-12-11 14:48:53.060007888 -0500
@@ -149,8 +149,8 @@
17 50 9 \
CFLAGS "$USER_SPELL_CFLAGS" \
CXXFLAGS "$USER_SPELL_CXXFLAGS" \
- LDFLAGS "$USER_SPELL_LDFLAGS"' \
- CPPFLAGS "$USER_SPELL_CPPFLAGS"`)
+ LDFLAGS "$USER_SPELL_LDFLAGS" \
+ CPPFLAGS "$USER_SPELL_CPPFLAGS"'`)
rc=$?
[[ $rc == 0 ]] || [[ $rc == 1 ]] && break
set ${RESULTS[*]}

============================= END PATCH ==============================

All is working fine for me now. Cheers.

PS:// As I am new to the list too, Hi everyone!


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




Archive powered by MHonArc 2.6.24.

Top of Page