On Sat, Feb 21, 2009 at 10:39:52PM -0800, mabshoff wrote:
> the final 3.3 sources are out and now available at
> http://www.sagemath.org/src/
On a P4 with Ubuntu 8.04.2 with gcc 4.2.3-1ubuntu6 and
texlive-common 2007-13. I installed the biopython
and database* and sagetex and jsmath-fonts optional
packages.
As I did make html for the docs in sage-devel/doc,
I got this error:
http://users.aims.ac.za/~jan/make_doc_error.log
As I did make test, there was one error:
http://users.aims.ac.za/~jan/test.log
( sage -t "devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py" )
regards,
Jan
--
.~.
/V\ Jan Groenewald
/( )\ www.aims.ac.za
^^-^^
On Sun, Feb 22, 2009 at 11:39:47PM -0800, mabshoff wrote:
> > As I did make html for the docs in sage-devel/doc,
> > I got this error:http://users.aims.ac.za/~jan/make_doc_error.log
>
> My guess would be you need to install amsmath and potentially a couple
> other TeX packages. Since the LaTeX based documentation goes away in
> Sage 3.4 I don't think this is worth opening a ticket. A large part of
> the reason to switch to ReST was that we will no longer require LaTeX
> for the default documentation build since making it to work was always
> a pain.
OK, in that case I won't even bother. ams-math, texlive-recommended,
texlive-all, and a host of other packages are installed though.
> > As I did make test, there was one error:http://users.aims.ac.za/~jan/test.log
> > ( sage -t "devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py" )
>
> Oh, the irony :). One of the installed optional database spkgs (not
> sure which name it has, but it is the one providing data for elliptic
> curves - it is by John Cremona IIRC) make a failure we check for in
> the doctests in the default config into an operation that works. I
> have made this #5346. Thanks for reporting the failure.
database_cremona_ellcurve-20071019.spkg, I guess.
PS. I will now be permanently patching user_conf.py to set autosave_interval higher
from 3*60 to 120*60 and and max_history_length lower from 500 to 50. It would be
great if the defaults here were reconsidered.
regards,
Jan
+1 -- I would be very happy if that change were made officially.
Please submit a patch / ticket.
William