#17223: Pari testsuite segfault on OSX 10.10
-------------------------------------------------+-------------------------
Reporter: vbraun | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.4
Component: packages: standard | Resolution:
Keywords: yosemite | Merged in:
Authors: | Reviewers:
Report Upstream: Not yet reported upstream; | Work issues:
Will do shortly. | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------------------+-------------------------
Comment (by vbraun):
Testsuite passes indeed if I change the linker flags to what is
appropriate on newer OSX versions
{{{
--- pari-2.7.1/config/get_dlld 2014-03-25 08:59:21.000000000 +0000
+++ pari-2.7.1/config/get_dlld 2014-10-26 12:17:12.000000000 +0000
@@ -74,7 +74,7 @@
else # DLLD != GNU ld
case "$osname" in
aix) DLLDFLAGS='-r' ;;
- darwin) DLLDFLAGS="-flat_namespace -undefined suppress
-compatibility_version $compat_ver -current_version $num_ver" ;;
+ darwin) DLLDFLAGS="-undefined dynamic_lookup
-compatibility_version $compat_ver -current_version $num_ver" ;;
freebsd) DLLDFLAGS='-Bshareable -x' ;;
hpux) DLLDFLAGS='-b' ;;
irix) DLLDFLAGS='-shared -elf -no_unresolved -all' ;;
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/17223#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.