On Sep 8, 6:15 pm, Jaap Spies <[EMAIL PROTECTED]> wrote:
> William Stein wrote:
> > Hi,
>
> > SAGE-2.8.4 -- a "mega bugfix release" (70 tickets closed since 2.8.3.6)
> > has been released:
> >    http://sagemath.org
> > or
> >    sage -upgrade
>
> Only this test failed on fedora 7:
> Linux paix 2.6.22.4-65.fc7 #1 SMP Tue Aug 21 22:36:56 EDT 2007 i686 i686 i386 
> GNU/Linux
>
> sage -t  devel/sage-main/sage/rings/tests.py                
> **********************************************************************
> File "tests.py", line 8:
>      sage: (1/2)^(2^100)
> Expected:
>      Traceback (most recent call last):
>      ...
>      RuntimeError: exponent must be at most 4294967294
> Got:
>      Traceback (most recent call last):
>        File "/home/jaap/downloads/sage-2.8.4/local/lib/python2.5/doctest.py", 
> line 1212, in __run
>          compileflags, 1) in test.globs
>        File "<doctest __main__.example_0[3]>", line 1, in <module>
>          (Integer(1)/Integer(2))**(Integer(2)**Integer(100))###line 8:
>      sage: (1/2)^(2^100)
>        File "rational.pyx", line 1008, in rational.Rational.__pow__
>          raise RuntimeError, "exponent must be at most %s" % sys.maxint
>      RuntimeError: exponent must be at most 2147483647
> **********************************************************************
> 1 items had failures:
>     1 of   4 in __main__.example_0
> ***Test Failed*** 1 failures.
> For whitespace errors, see the file .doctest_tests.py
>           [5.9 s]
> exit code: 256
>
> Jaap

Hello Jaap,

the changeset at http://www.sagemath.org/hg/sage-main/rev/f12659f0ebd0
should fix that problem. It happens only on 32 bit systems. William
respun the tarballs after he announced 2.8.4 (which did not contain
the changeset), but I don't believe he mirrored them out. Please let
us know if that fixes your issue.

Cheers,

Michael


--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to