#7095: os x 10.6 port -- numerous mysterious errors caused by weird "abort trap"
issue
------------------------+---------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone: sage-4.3.1
Component: porting | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
I accidentally posted this to #7022 (although it's relevant there, too):
The matplotlib problem may be in its spkg file: it says
if [ $UNAME = "Darwin" -a `uname -r` = "10.0.0" ]; then
echo "Running a horrible hack to force ft2font.so to build in a way
that doen't crash."
echo "This is of course temporary. See
http://trac.sagemath.org/sage_trac/ticket/7022"
../patches/osx10.6hack
fi
But with my computer, "uname -r" returns "10.2.0", not "10.0.0". How do
you modify a shell script like this to make it work for a range of version
numbers? (We don't just want "10.0.0" or "10.2.0", I'm guessing.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7095#comment:28>
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.