#12347: make install broken in Sage 4.8
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
when I compile Sage 4.8 from source in say {{{/tmp/sage-4.8}}}, then
I do {{{make install DESTDIR=/usr/local/sage-4.8}}}, and I run the binary
{{{/usr/local/sage-4.8/bin/sage}}} I get:
{{{
[zimmerma@coing ~]$ /usr/local/sage-4.8/bin/sage
************************************************************************
You must compile Sage first using 'make' in the Sage root directory.
(If you have already compiled Sage, you must set the SAGE_ROOT variable
in the file '/usr/local/sage-4.8/bin/sage').
************************************************************************
}}}
This way of compiling and installing Sage worked before, up to Sage 4.7.2.
A fix is to add the line
{{{
SAGE_ROOT="/usr/local/sage-4.8/sage
}}}
in the script {{{/usr/local/sage-4.8/bin/sage}}}. This was done
automatically by {{{make install}}} up to 4.7.2, and was broken in Sage
4.8.
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12347>
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.