On Dec 3, 2006, at 09:24 , William Stein wrote:
> > Hi, > > I failed to get sage-1.5 ready for release today as planned (because > I had to do a bunch of final editing on my modular forms book, > which is > now completely done). At least alpha6 is read, and is here: > > http://modular.math.washington.edu/home/was/sage-1.5/ A minor nit: it appears that the script 'spkg/install' gets overwritten by the copy in the sage_scripts tarball during the 'make'. The difference between the two is $ diff sage-1.5.alpha6/spkg/install sage_scripts-1.5.alpha6/install 184,187d183 < if [ "$MAKE" = "" ]; then < MAKE="make" < fi < This seems minor. During the first 'make', the only effect is that the last 'if/fi' pair in the "install" script get mis-read somehow, resulting in syntax errors and an attempt to execute what should be a quoted "echo". If you rerun the make (e.g., after correcting a problem with the "gd-2.0" build :-}), the only thing that happens is an attempt to run "-f" as a command (as if MAKE were executed while $MAKE is undefined). The fix is to update the script in the sage_scripts tarball. Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -------- Some people have a mental horizon of radius zero, and call it their point of view. -- David Hilbert -------- --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
