On 9/1/07, Kate Minola <[EMAIL PROTECTED]> wrote: > I can get sage-2.8.3 to build and pass its test suite on > > x86-Linux (pentium4-fc6) > x86_64-Linux (again fc6)
Excellent. > On ia64-Linux, sage-2.8.3 builds, but when I do > > %./sage > > I get > > % ./sage > ---------------------------------------------------------------------- > | SAGE Version 2.8.3, Release Date: 2007-08-31 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > --------------------------------------------------------------------------- > <type 'exceptions.RuntimeError'> Traceback (most recent call last) > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/bin/<ipython console> in > <module>() > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/lib/python2.5/site-packages/sage/all_cmdline.py > in <module>() > 12 try: > 13 > ---> 14 from sage.all import * > 15 from sage.calculus.predefined import x > 16 preparser(on=True) > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/lib/python2.5/site-packages/sage/all.py > in <module>() > 55 from sage.misc.sh import sh > 56 > ---> 57 from sage.libs.all import * > 58 > 59 get_sigs() > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/lib/python2.5/site-packages/sage/libs/all.py > in <module>() > 2 > ----> 3 import sage.libs.ntl.all as ntl > 4 > 5 #import sage.libs.cf.cf as cf > 6 > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/lib/python2.5/site-packages/sage/libs/ntl/all.py > in <module>() > 24 > #***************************************************************************** > 25 > ---> 26 from sage.libs.ntl.ntl import (make_new_ZZ as ZZ, > 27 ntl_ZZ as ZZ_class, > 28 randomBnd as ZZ_random, > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/bin/ntl.pyx in ntl() > > /home/kate/sage/sage-2.8.3-ia64-Linux/local/bin/ntl.pyx in ntl.ntl_setSeed() > > <type 'exceptions.RuntimeError'>: A lot of work has gone into improving the SAGE/ntl interface lately by Joel Mohler and others. Unfortunately it's exactly the sort of thing that could break things on non-tested systems. Many thanks for reporting this -- i'll open a trac ticket right now: http://trac.sagemath.org/sage_trac/ticket/556 This likely won't be fixed until my Itanium Linux access improves (or I build a modern GCC and gnu toolchain on the SDSC computers...) William --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
