Yes, I also had similar problems with plotting on Arch Linux when used pre-built packages on my other machine which is two CPU Pentium III machine. In my case it is said to be related to http://trac.sagemath.org/sage_trac/ticket/9382 - because package maintainer built it in a way that should work (with SAGE_FAT_BINARY='yes').
For now, before #9382 (or #10226) reaches release and packages are rebuilt with it which might happen for 4.7, just build from source and it will always work (or maybe there are some sse2-less packages for Ubuntu in some ppa? Not sure, cause I never used *buntu. Building from source will solve your problem for sure) Andrzej. On Sun, Mar 6, 2011 at 9:19 AM, Rolf <[email protected]> wrote: > I encountered a problem when starting sage. I received the error > message listed below and sage did not start. > As stated removal of the text file solved the problem provisionally. > Sage did start and elementary functions could be performed but not for > instance simple plotting. > Installing several versions of ubuntu did not solve the problem as the > problem comes with the processor. On my computer, I use > AMD Sempron 3000+ > > Wikipedia offers a list of processors that support SSE2 > http://en.wikipedia.org/wiki/SSE2 > > > > WARNING! This Sage install was built on a machine that supports > instructions that are not available on this computer. Sage will > likely fail with ILLEGAL INSTRUCTION errors! The following processor > flags were on the build machine but are not on this computer: > > sse2 > > Email http://groups.google.com/group/sage-support for help. > To remove this warning and make Sage start, just delete > /home/mato/sage/local/lib/sage-flags.txt > > -- > 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 > URL: http://www.sagemath.org > -- 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 URL: http://www.sagemath.org
