Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 1220] New: $OPTS does not have DEPENDS stuff if it is manipulated in $SPELL_CONFIG (php spell)

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 1220] New: $OPTS does not have DEPENDS stuff if it is manipulated in $SPELL_CONFIG (php spell)
  • Date: Fri, 11 Oct 2002 10:27:52 -0400

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

Summary: $OPTS does not have DEPENDS stuff if it is manipulated
in $SPELL_CONFIG (php spell)
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: other
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sergeyli AT pisem.net


devel/php spell, while in CONFIGURE, outputs into a $SPELL_CONFIG a number of
lines in the form:
OPTS="$OPTS --something-extra"
When I print the contents of $OPTS immediately before ./configure in BUILD,
OPTS
only contains the stuff that came from $SPELL_CONFIG, and no options from
DEPENDS (DEPENDS of php spell is quite big so it's impossible to miss).
This is true as of devel sorcery 20021010.
I think, in the long run we have to avoid doing anything with OPTS in
$SPELL_CONFIG anyway. The model should be mozilla spell where config variables
are set and later reused in DEPENDS and BUILD.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [Sm-Sorcery-Bugs] [Bug 1220] New: $OPTS does not have DEPENDS stuff if it is manipulated in $SPELL_CONFIG (php spell), bugzilla-daemon, 10/11/2002

Archive powered by MHonArc 2.6.24.

Top of Page