#12659: build the sage library in place
-------------------------------+--------------------------------------------
Reporter: mhansen | Owner: GeorgSWeber
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.3
Component: build | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: William Stein
Authors: Mike Hansen | Merged in:
Dependencies: #13363 | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by jdemeyer):
I am testing this ticket and a bunch of others on the buildbot. Upgrading
fails: everything builds but Sage doesn't start up:
{{{
Testing that Sage starts...
[2012-09-05 05:12:26]
Traceback (most recent call last):
File
"/release/buildbot/sage/sage-1/sage_upgrade_4.5/build/sage-5.4.beta1/local/bin
/sage-eval", line 4, in <module>
from sage.all import *
File
"/release/buildbot/sage/sage-1/sage_upgrade_4.5/build/sage-5.4.beta1/local/lib/python2.7
/site-packages/sage/all.py", line 73, in <module>
from sage.matrix.all import *
File
"/release/buildbot/sage/sage-1/sage_upgrade_4.5/build/sage-5.4.beta1/local/lib/python2.7
/site-packages/sage/matrix/all.py", line 1, in <module>
from matrix_space import MatrixSpace, is_MatrixSpace
File
"/release/buildbot/sage/sage-1/sage_upgrade_4.5/build/sage-5.4.beta1/local/lib/python2.7
/site-packages/sage/matrix/matrix_space.py", line 33, in <module>
import matrix
File "matrix.pyx", line 1, in init sage.matrix.matrix
(sage/matrix/matrix.c:2076)
File "matrix2.pyx", line 1, in init sage.matrix.matrix2
(sage/matrix/matrix2.c:70164)
File "matrix1.pyx", line 1, in init sage.matrix.matrix1
(sage/matrix/matrix1.c:13377)
File "mutability.pxd", line 15, in init sage.matrix.matrix0
(sage/matrix/matrix0.c:29424)
ValueError: PyCapsule_GetPointer called with invalid PyCapsule object
Sage failed to start up.
}}}
Running `./sage -ba-force` solves the problem. I don't know whether this
ticket is the cause, it needs to be investigated further.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12659#comment:33>
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.