#9644: Add error messages and update documentation for spaces in $SAGE_ROOT
-------------------------------------------------------------------------------------------------+
Reporter: mpatel
| Owner: jason
Type: defect
| Status: needs_review
Priority: major
| Milestone: sage-4.6
Component: misc
| Keywords:
Author: John Palmieri, Leif Leonhardy
| Upstream: N/A
Reviewer: John Palmieri, David Kirkby
| Merged:
Work_issues: Update README.txt, Wiki page(s), Installation Guide; put info on
download page(s) |
-------------------------------------------------------------------------------------------------+
Comment(by leif):
Thanks, I wanted to make exactly the same change weeks ago... (replacing
the dash in the name by an underscore).
Also, {{{source}}} should be replaced by {{{.}}} (period). (At #9960 or
here.)
(Note that this error message has always been there; you just had to look
into {{{/dev/null}}}... ;-) Redirecting {{{stderr}}} to Nirvana is rarely
a good idea.)
----
Although the Makefile shouldn't break the assumption that we're using
{{{bash}}}; so either {{{sage-env}}} should be removed there, or the line
should be {{{bash -c ...}}}, or {{{/usr/bin/env bash -c ...}}}. There are
various ways to fix that.
I wonder if {{{sage-starts}}} shouldn't use {{{bash}}} (instead of
{{{sh}}}) and itself source {{{sage-env}}}; then we could drop {{{.
local/bin/sage-env &&}}} from {{{TESTPRELIMS}}}. (This would IMHO be
cleaner.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9644#comment:31>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.