On Sat, Jun 5, 2010 at 11:49 PM, François Bissey
<f.r.bis...@massey.ac.nz> wrote:
>> It couldn't hurt to force a rebuild of pynac (or failing that Python).
>>
>>    sage -f pynac-0.2.0.p3
>>
>>
>> Fortunately, whatever happened isn't going to happen to *everybody*.
>> I tested upgrading from 4.4.2 to 4.4.3 on our development server, and
>> it worked fine.
> No luck with that. I even tried sage -b.

You could also try

   sage -ba

which will rebuild from scratch all Cython code.
If you have an SMP machine, do
   export MAKE="make -j10"
, where 10 is the number of cores, first.  For example, on
sage.math.washington.edu, I
do "make -j24" and can build the whole Sage library (with "sage -ba")
in < 5 minutes.

 -- William

> I guess I will build it the long way. After having updated my sage-on-gentoo
> to 4.4.3 that is.
>
> Francois
>
> --
> 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
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
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

Reply via email to