Hi all, So there's one annoying new problem with rc0, and it's partly my fault. Here's the issue: if you do a fresh build, and then clone, it's going to do a sage -ba. The underlying problem is coming from the way trac #4500 (which is a genuine bug) interacts with our new build system. I'll fix it in the morning, but if you want to use rc0 in the interim, here's an easy workaround: type sage -b, and hit ctrl-c as soon as it's done copying files over. Then cd $SAGE_ROOT/devel/sage-main/build, and do:
find . -name *.o | xargs touch What those two commands together do is copy all the cython files in the sage library into the build directory, and then touch the object files so nothing needs rebuilt. This is fine, because if you've built from source, you just built all these files anyway. Once you do this once, everything is back to normal. -cc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---