#13561: Supply nice error message when starting $SAGE_ROOT/sage without
compiling
Sage first
-------------------------------+--------------------------------------------
Reporter: kini | Owner: leif
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.5
Component: scripts | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Jeroen Demeyer
Authors: Keshav Kini | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
* reviewer: => Jeroen Demeyer
Comment:
The following should work without building Sage:
{{{
jdemeyer@arcanis:/usr/local/src/sage-5.4.beta1$ ./sage --sh
************************************************************************
It seems that you are attempting to run Sage from an unpacked source
tarball, but you have not compiled it yet. Please run `make` in the Sage
root directory first. Read README.txt for more information.
************************************************************************
}}}
I propose to move the check inside the `sage_setup` function in
`spkg/bin/sage` (remember to apply #13459 first!)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13561#comment:14>
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.