#4515: [with patch; under review] make it so "make check" runs Sage once before
running itself, to ensure that sage-location is called, and that sage works
--------------------------+-------------------------------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: distribution | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by GeorgSWeber):
Applying the "sage_start" script patch vanilla as is, copying the new
makefile over, corrupting the file "sage-current-location.txt" and doing
"make testlong" does not run very long:
{{{
. local/bin/sage-env && sage-starts && ./sage -t -long devel/sage/sage
2>&1 | tee -a testlong.log
/bin/sh: line 1: /Users/georgweber/Public/sage/sage-3.2.rc0/local/bin
/sage-starts: Permission denied
make: *** [testlong] Error 126
}}}
Obviously a "chmod a+x sage-starts" in local/bin is needed. I do not know
however if this is an issue which could be healed by a somehow "corrected"
version of the patch, or if it is a mercurial nuisance.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4515#comment:6>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---