There was a problem compiling this in kanotix64-bit. The tail of the log is below. Let me know if you want me to email you the logfile.
Writing /home/wdj/computer_algebra/sage/sage-1.4/local/lib/python2.5/site-packages/ipython-0.7.2-py2.5.egg-info real 0m0.838s user 0m0.504s sys 0m0.104s Successfully installed ipython-0.7.2-2006-06-12 cd /home/wdj/computer_algebra/sage/sage-1.4/local/bin/ && ./sage-make_relative python: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory make[1]: *** [installed/ipython-0.7.2-2006-06-12] Error 127 make[1]: Leaving directory `/media/sda1/computer_algebra/sage/sage-1.4/spkg' real 7m7.101s user 4m8.372s sys 1m54.891s [EMAIL PROTECTED]:~/computer_algebra/sage/sage-1.4$ ./sage -------------------------------------------------------- | SAGE Version 1.4, Build Date: 2006-10-01 | | Distributed under the GNU General Public License V2. | -------------------------------------------------------- --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /media/sda1/computer_algebra/sage/sage-1.4/local/bin/<string> in <module>() <type 'exceptions.ImportError'>: No module named sage.misc.preparser_ipython WARNING: Failure executing code: 'import sage.misc.preparser_ipython; sage.misc.preparser_ipython.magma_colon_equals=True' --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /media/sda1/computer_algebra/sage/sage-1.4/local/bin/<ipython console> in <module>() <type 'exceptions.ImportError'>: No module named sage.all <ERROR: name 'sage_prompt' is not defined> William Stein wrote: > Hi, > > I've put up a tarball of what is almost sage-1.4, and is Python 2.5 > based: > > http://sage.math.washington.edu/tmp/ > > The main remaining problem is that I don't know how to build PARI in > shared > mode on Darwin PPC. This should work on Intel OS X and Linux. Martin, > the above also has the cf problems (currently cf is disabled). > > Another thing is that I've completely re-arranged all the pyrex code, > so it's > where it should be (instead of all being in that ext directory). > > There is >300GB free in /home on sage.math, so feel free to build a > copy, or > just cp -rv it from > /home/was/www/tmp/sage-1.4 > > This is a huge upgrade. I will make the official release on > Tuesday night, I hope. See below for more about what's been upgraded. > > 1.4: * SAGE code: put the .pyx files where they belong (not in ext) > VERY IMPORTANT NOTE: > This is a *big* change to the internal structure of the > library. Unfortunately it breaks unpickling many things > that may have been saved. This had to be done; I > couldn't organize things correctly at the beginning > because of defficienies in Pyrex (that I fixed). > There will be one more break when I switch to the new > matrix > class hierarchy that we recently wrote. In general, since > the thrust for SAGE 2.0 is pyrexing all types, pickling > data to save it long-term is not stable until SAGE 2.0. > I hate this, but don't see an easy way around it. > * mpfr -- upgraded to latest patch set. > * pyrex -- new patch that adds support for __index__ method > Also, now any type (e.g., Integer now) with an __index__ > method can be used to index into lists. > * W.Stein -- Python 2.5 (!) (painful!) > * matplotlib 0.86.7 > * New version of mwrank 08-23-06 > --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---