#7095: os x 10.6 port -- numerous mysterious errors caused by weird "abort trap"
issue
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: needs_work
Priority: blocker | Milestone: sage-4.3.1
Component: porting | Keywords:
Work_issues: | Author: Craig Citro, John Palmieri, Francis
Clarke, William Stein
Upstream: N/A | Reviewer: David Kirkby
Merged: |
-----------------------+----------------------------------------------------
Comment(by GeorgSWeber):
Replying to [comment:50 jhpalmieri]:
> {{{
> if [ `uname` = "Darwin" ]; then
> # set MACOSX_DEPLOYMENT_TARGET -- if set incorrectly, this can
> # cause lots of random "Abort trap" issues on OSX. see trac
> # #7095 for an example.
> MACOSX_VERSION=`uname -r | awk -F. '{print $1}'`
> MACOSX_DEPLOYMENT_TARGET=10.$[$MACOSX_VERSION-4]
> export MACOSX_DEPLOYMENT_TARGET
> fi
> }}}
> Should we just add these lines to sage-env?
Yes, this is probably the best solution. Any more votes?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7095#comment:51>
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.