#11881: Metaticket: build Sage on OS X 10.7 Lion
--------------------------+-------------------------------------------------
Reporter: jhpalmieri | Owner: GeorgSWeber
Type: defect | Status: new
Priority: blocker | Milestone: sage-5.0
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
--------------------------+-------------------------------------------------
Comment(by was):
By doing the following, I was about to compile sage-5.0.beta2 on OS X 10.7
Lion:
{{{
export CC="gcc-4.2"
make
# see segfault when sage tries to start
rm local/lib/python/config/libpython2.7.a
./sage -f spkg/standard/pynac-0.2.3.p0.spkg
./sage -ba
make
}}}
After running "make testlong", the following files were annoying lift in
SAGE_ROOT:
{{{
mult_table0.png mult_table2.png mult_table4.png mult_table6.png
mult_table1.png mult_table3.png mult_table5.png mult_table7.png
}}}
There were doctest failures only in the following three files:
{{{
sage -t --long -force_lib "devel/sage/sage/matrix/matrix2.pyx"
sage -t --long -force_lib
"devel/sage/sage/matrix/matrix_double_dense.pyx"
sage -t --long -force_lib
"devel/sage/sage/rings/polynomial/polynomial_element.pyx"
}}}
The failures in the first two files all involving floating point numbers.
The last one, I don't know. Full log here:
http://sage.math.washington.edu/home/wstein/tmp/testlong-20120205.log
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11881#comment:67>
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.