Hi, I think the one current thing holding up SAGE-2.9.1 is that Martin's separation of m4ri out of the sage core library is unfortunately completely broken on all flavors of OS X. Any call to it segfaults. E.g.,
sage: span(GF(2), [[1,2,3], [2,2,2], [1,2,5]]) Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000003 0x054acc75 in min (a=0x3, b=0x3) at nu.c:137 137 nu.c: No such file or directory. in nu.c (gdb) bt #0 0x054acc75 in min (a=0x3, b=0x3) at nu.c:137#1 0x08eff100 in fourRussiansPackedFlex () #2 0x08eff272 in simpleFourRussiansPackedFlex () #3 0x08ed5fb2 in __pyx_pf_4sage_6matrix_17matrix_mod2_dense_17Matrix_mod2_dense_echelonize (__pyx_v_self=0x9976a08, __pyx_args=0x505030, __pyx_kwds=0x9973930) at sage/matrix/matrix_mod2_dense.c:4493 #4 0x000064ab in PyObject_Call (func=0xaac3260, arg=0x505030, kw=0x9973930) at Objects/abstract.c:1860 #5 0x00068612 in PyEval_CallObjectWithKeywords (func=0xaac3260, arg=0x505030, kw=0x9973930) at Python/ceval.c:3433#6 0x0810d563 in __pyx_pf_4sage_6matrix_7matrix2_6Matrix_echelon_form (__pyx_v_self=0x99768e8, __pyx_args=0x505030, __pyx_kwds=0x0) at sage/matrix/matr ix2.c:17456 #7 0x0006f48a in PyEval_EvalFrameEx (f=0xa7e3c70, throwflag=0) at Python/ceval.c:3564#8 0x0006f538 in PyEval_EvalFrameEx (f=0xa7e31e0, throwflag=0) at Python/ceval.c:3650 #9 0x0006fd3c in PyEval_EvalCodeEx (co=0x8021ba8, globals=0x800ff60, locals=0x0, args=0x997827c, argcount=4, kws=0xa7aabf0, kwcount=4, defs=0x95d79cc, defcount=5, closure=0x0) at Python/ceval.c:2831 -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---