I have built Sage successfully on Debian 6.0.0 through 6.0.3 on AMD, both in virtual machines (VirtualBox under Windows Vista with 1 Gig memory) and physical. The most recent change to the Atlas package that allows me to specify architecture=fast has speeded things up considerably, i.e. it takes a reasonable set of tuning parameters and builds relatively quickly instead of striving for perfection and taking 3, 4 or 5 times as long and then failing due to what it perceives as an unstable system (unpredictable performance).
As a newbie I have followed ALL the instructions in the installation document to the letter, so I have not had to chase down obsolete compilers, libraries, or anything like that. A minor tip on the install/build manual, before you actually type "make" DO read on through the section on environment variables and set those, then come back and type "make", take a break, find other things to do for n hours, etc. On Nov 11, 3:59 pm, frosty <jfoster81...@gmail.com> wrote: > I have just discovered Sage & want to know if there are any folks here > working on making a Debian version that would work without having to > compile all the parts. i.e. use the needed files, apps & libraries > that are already packaged in Debian. > Secondly I have downloaded the binary for Linux and have it installed > & runnimng: I want to actually compile Sage for my server which is an > AMD 6 core based server with 8Gb of ram running Debian stable. I > tried , but it errored out, error 1 showing a segmentation fault. I am > including the message snippet part of the install log to this mail. > Maybe it will help. > Thanks! > Frosty > > > sage/geometry/triangulation/base.cpp: In function ‘int > > __pyx_pf_4sage_8geometry_13triangulation_4base_31ConnectedTriangulationsIterator_1__init__(PyObject*, > > PyObject*, PyObject*)’: > > sage/geometry/triangulation/base.cpp:3928: internal compiler error: > > Segmentation fault > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions. > > error: command 'gcc' failed with exit status 1 > > sage: There was an error installing modified sage library code. > > > ERROR installing Sage > > > real 5m48.351s > > user 31m10.961s > > sys 0m55.679s > > sage: An error occurred while installing sage-4.7.2 > > Please email sage-develhttp://groups.google.com/group/sage-devel > > explaining the problem and send the relevant part of > > of /home/frosty/sage-4.7.2/install.log. Describe your computer, operating > > system, etc. > > If you want to try to fix the problem yourself, *don't* just cd to > > /home/frosty/sage-4.7.2/spkg/build/sage-4.7.2 and type 'make check' or > > whatever is appropriate. > > Instead, the following commands setup all environment variables > > correctly and load a subshell for you to debug the error: > > (cd '/home/frosty/sage-4.7.2/spkg/build/sage-4.7.2' && > > '/home/frosty/sage-4.7.2/sage' -sh) > > When you are done debugging, you can type "exit" to leave the > > subshell. > > make[1]: *** [installed/sage-4.7.2] Error 1 > > make[1]: Leaving directory `/home/frosty/sage-4.7.2/spkg' > > > real 243m1.297s > > user 263m5.531s > > sys 13m38.279s > > Error building Sage. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org