On 2012-08-02 16:00, Anna Haensch wrote: > Hi All, > > I just installed 5.2 on OS X 10.6.8. Immediately after the build, I ran > > $ ./sage -tp 10 long devel/sage-main/ > > and without applying any new patches, got several doctest failures: > > sage -t devel/sage-main/sage/databases/sql_db.py # 14 doctests failed > sage -t devel/sage-main/sage/graphs/graph_database.py # 28 doctests failed > sage -t devel/sage-main/sage/graphs/graph.py # 6 doctests failed > sage -t devel/sage-main/sage/graphs/graph_list.py # 4 doctests failed > sage -t devel/sage-main/sage/graphs/generic_graph.py # 4 doctests failed > sage -t devel/sage-main/sage/plot/graphics.py # Time out > sage -t devel/sage-main/sage/plot/plot.py # Time out > sage -t > devel/sage-main/sage/schemes/elliptic_curves/ell_rational_field.py # > Time out > > Is this normal, and should I start a patch to fix some of the docstring > errors? Or maybe I just didn't install correctly? Or are there known > incompatibilities with my operating system?
I assume you did a *binary* install? In this case, most of these errors are due a packaging problem with the binaries. This will be fixed for future binaries. I cannot explain the timeouts, was your computer particularly busy when you ran the doctests? -- -- 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