On 6/13/07, Liran Orevi <[EMAIL PROTECTED]> wrote:
> >>3)I've noticed similarity to
> >>http://www.sagemath.org:9002/sage_trac/ticket/215
> >
> >That trac was that the line "pari(2.5) > None" crashed.
> >It doesn't crash anymore though:
> >
> >sage: pari(2.5) > None
> >False
> >
> >>4)I'm running Ubuntu 6.06 (linux-based).
> >
> >Hmm.  Above I'm basically responding that I can't replicate any of the
> >problems
> >that you're having.  Maybe you could clarify:
> >  (1) the exact version of SAGE you're using and how you installed it,
> >  (2) your CPU type
> >  (3) and give a complete console log starting with you typing "sage" and
> >illustrating each of the problems you have.

> Hello,
> Thank you for your fast response.
>
> 1) SAGE Version 2.6.alpha1, Release Date: 2007-06-02.
> 2) Pentium 2

Pentium 2! Ah ha.   That explains everything.  The binaries are built
on a modern processor (actually an Intel Xeon in 32-bit mode),
and there's no way they will work on a Pentium 2.  I don't even
have access to any Pentium 2 machines.  The only way you'll
be able to run SAGE reliably on there is to build from source
(simply because I don't have access to any Pentium 2 machines,
and there isn't sufficient demand for me to build binaries for them).
Download the source from
    http://www.sagemath.org/dist/src/
and follow the directions.  You'll probably want to do this right before
you go to sleep/work, since on a Pentium 2 it'll likely take 6-8 hours, but
should be completely automatic, with no user intervention needed.
Make sure you have gcc, g++, flex, bison, m4, make installed before
you start.

> 3) The following was copied from my terminal:

[...]

Everything says "illegal instruction" below -- this means that you're
running a binary that was compiled for a more modern processor.

>
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$ ./sage
> ----------------------------------------------------------------------
> | SAGE Version 2.6.alpha1, Release Date: 2007-06-02                  |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
>
> sage: for i in range(3,7,0.2):
> ....:     a=5
> ....:
> /home/liran/Sage/sage-2.6.linux32bit-i686-Linux/local/bin/sage-sage: line
> 167: 12945 Illegal instruction     sage-ipython -c "$SAGE_STARTUP_COMMAND;"
> "$@"
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$ ./sage
> ----------------------------------------------------------------------
> | SAGE Version 2.6.alpha1, Release Date: 2007-06-02                  |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
>
> sage: for i in srange(1,6,0.2):
> ....:     print i
> ....:
> /home/liran/Sage/sage-2.6.linux32bit-i686-Linux/local/bin/sage-sage: line
> 167: 12985 Illegal instruction     sage-ipython -c "$SAGE_STARTUP_COMMAND;"
> "$@"
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$
>
> ALSO
>
> 4)note, I've installed gnuplotpy-1.7.p2 (I assume it also installs
> numeric-24.2, as both appear to be installed.), and had some problems with
> the installation at first, becuse I didn't had some things installed.
> to check if this is the cause, I've installed another Sage without
> installing this, in another place and had the same problem.
>
> Best Wishes,
> Liran
>
> -----------------------------------------------------------------------------------------------------------------------
>
> Update:
> I think I'm having a general problem with floats:
>
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$ ./sage
> ----------------------------------------------------------------------
> | SAGE Version 2.6.alpha1, Release Date: 2007-06-02                  |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
>
> sage: 1.2
> /home/liran/Sage/sage-2.6.linux32bit-i686-Linux/local/bin/sage-sage: line
> 167: 12583 Illegal instruction     sage-ipython -c "$SAGE_STARTUP_COMMAND;"
> "$@"
> [EMAIL PROTECTED]:~/Sage/sage-2.6.linux32bit-i686-Linux$
>
> Thank you for your time,
> Liran
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
>


-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://www.williamstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to