On 6/6/07, Nils Bruin <[EMAIL PROTECTED]> wrote: > > When I did a sage -upgrade, it ran into the following problem for the > installation of the documentation: > > Extracting package /usr/local/sage/default/spkg/standard/ > doc-2.6.spkg ... > -rw-r--r-- 1 nbruin nbruin 3121152 Jun 5 16:25 /usr/local/sage/ > default/spkg/standard/doc-2.6.spkg > doc-2.6/ > doc-2.6/#Makefile# > [...] > doc-2.6/ref/sage.functions.piecewise.tex > Finished extraction > There is no spkg-install script, no setup.py, and no configure script, > so I do not know how to install /usr/local/sage/default/spkg/standard/ > doc-2.6.spkg. > make: *** [installed/doc-2.6] Error 1 > > It seems there is no installation script included in the > documentation, so while I do seem to have a functioning sage 2.6 > system now, the documentation is still old (2.5.3)
The doc package on the server is fine, so your download must have been corrupted or interrupted partly through. To fix this do: cd SAGE_ROOT rm spkg/standard/doc-2.6.spkg ./sage -f doc-2.6.spkg SAGE will download the new version and install it. Yes -- I know this sort of robustness / signature checking should be automatic. That's planned. William --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
