William Stein wrote: > On Thu, Mar 12, 2009 at 4:37 PM, Jaap Spies <j.sp...@hccnet.nl> wrote: >> William Stein wrote: >>> On Thu, Mar 12, 2009 at 4:01 PM, Jaap Spies <j.sp...@hccnet.nl> wrote: >> [...] >>>> But somehow there are files that never get upgraded. For example sage, >>>> makefile, etcetera. >>>> So running make check fails. ./sage -testall gives a zillion of failures. >>>> >>>> Any help to save this install is welcome. >>>> >>> You could copy the files SAGE_ROOT/sage and SAGE_ROOT/makefile over >>> from the official sage-3.4.tar tarball. >>> >> Thanks! But there are problems: >> >> [j...@paix $ sage >> ---------------------------------------------------------------------- >> | Sage Version 3.4, Release Date: 2009-03-11 | >> | Type notebook() for the GUI, and license() for information. | >> ---------------------------------------------------------------------- >> >> sage: sage: x = crt(2, 1, 3, 5); x >> 11 >> >> But in the official sage-3.4: >> [j...@paix sage-3.4]$ ./sage >> ---------------------------------------------------------------------- >> | Sage Version 3.4, Release Date: 2009-03-10 | >> | Type notebook() for the GUI, and license() for information. | >> ---------------------------------------------------------------------- >> >> sage: sage: x = crt(2, 1, 3, 5); x >> -4 >> >> Moreover I see a lot of numerical noise. So there are more issues to >> be solved :( > > The above probably means that you didn't successfully install mpir. Try > > ./sage -f gmp-mpir-0.9.spkg >
Sorry, but this does not solve the problems: sage: x = crt(2, 1, 3, 5); x 11 :(! Jaap > William > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---