#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 kcrisman):
I hate to bring this up, but didn't drkirkby think that -a and -o were not
so good for such scripts? I can't remember if they were just deprecated
or actual so-called "Gnuisms"...
On the plus side, I think jhpalmieri is probably right. Could the
following help?
{{{
string1 < string2
True if string1 sorts before string2 lexicographically in the current
locale.
string1 > string2
True if string1 sorts after string2 lexicographically in the current
locale.
}}}
so maybe a cleaned-up version of
{{{
if [ $UNAME = "Darwin" && [uname -r > "10.0.0" || uname -r = "10.0.0"]];
then
}}}
could work? Just a naive thought. Obviously this would only help with
the mpl issue, not the rest.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7095#comment:29>
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.