mabshoff wrote: > Hello, > > this release should have been out two days ago, but somehow > general slowness and me spending a lot of time on various > porting issues did delay this release more than it should > have. Gary's pbuild should now be fully functional, but it > wasn't made the default build system yet. If you run > > export SAGE_PBUILD=yes > > before building Sage pbuild will be used. All the various > sage [-b|-ba|-br|...] should work as should -clone & friends. > The number of threads used during the build is set via > > export SAGE_BUILD_THREADS=8 > > for eight threads. Switching between pbuild and normal > build is not possible in all cases, so in case of problems > nuke the build directory on devel/sage. Please try out > pbuild and report any trouble. We *really* want to switch > to it per default soon. >
On fedora 7, 32 bits build is ok, but starting ./sage fails with: ---------------------------------------------------------------------- | SAGE Version 3.0.1.alpha1, Release Date: 2008-04-30 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /home/jaap/work/downloads/sage-3.0.1.alpha1/local/bin/<ipython console> in <module>() /home/jaap/downloads/sage-3.0.1.alpha1/local/lib/python2.5/site-packages/sage/all_cmdline.py in <module>() 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /home/jaap/downloads/sage-3.0.1.alpha1/local/lib/python2.5/site-packages/sage/all.py in <module>() 60 from sage.misc.sh import sh 61 ---> 62 from sage.libs.all import * 63 64 get_sigs() /home/jaap/downloads/sage-3.0.1.alpha1/local/lib/python2.5/site-packages/sage/libs/all.py in <module>() 10 from sage.libs.pari.all import pari, pari_gen, allocatemem, PariError 11 ---> 12 from sage.libs.mwrank.all import (mwrank_EllipticCurve, mwrank_MordellWeil, 13 mwrank_initprimes, 14 set_precision as mwrank_set_precision) /home/jaap/downloads/sage-3.0.1.alpha1/local/lib/python2.5/site-packages/sage/libs/mwrank/all.py in <module>() 8 set_precision) 9 ---> 10 from mwrank import initprimes as mwrank_initprimes 11 12 <type 'exceptions.ImportError'>: /home/jaap/downloads/sage-3.0.1.alpha1/local/lib/python2.5/site-packages/sage/libs/mwrank/mwrank.so: undefined symbol: mw_del sage: Jaap --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---