mabshoff wrote: > The tarball [194MB] is at > > http://sage.math.washington.edu/home/mabshoff/sage-2.9.2.alpha0.tar > > Please build test this and report and issue besides the doctest > failures listed > at #1672: > > devel/sage-main/sage/plot/plot.py > devel/sage-main/sage/plot/plot3d/examples.py > devel/sage-main/sage/plot/plot3d/index_face_set.pyx > devel/sage-main/sage/plot/plot3d/parametric_plot3d.py >
Build on FC8 was ok: real 181m32.705s user 134m17.342s sys 15m55.018s To install gap, gp, singular, etc., scripts in a standard bin directory, start sage and type something like sage: install_scripts('/usr/local/bin') at the SAGE command prompt. SAGE build/upgrade complete! [EMAIL PROTECTED] sage-2.9.2.alpha0]$ But make check stopped at: Exception raised: Traceback (most recent call last): File "/home/jaap/Download/sage-2.9.2.alpha0/local/lib/python2.5/doctest.py", line 1212, in __run compileflags, 1) in test.globs File "<doctest __main__.example_10[2]>", line 1, in <module> S.jmol_repr(S.default_render_params())###line 610: sage: S.jmol_repr(S.default_render_params()) File "shapes.pyx", line 214, in sage.plot.plot3d.shapes.Cylinder.jmol_repr return ParametricSurface.jmol_repr(self, render_params) File "parametric_surface.pyx", line 116, in sage.plot.plot3d.parametric_surface.ParametricSurface.jmol_repr return IndexFaceSet.jmol_repr(self, render_params) File "index_face_set.pyx", line 646, in sage.plot.plot3d.index_face_set.IndexFaceSet.jmol_repr if render_params.output_archive: AttributeError: 'RenderParams' object has no attribute 'output_archive' ********************************************************************** 1 items had failures: 1 of 3 in __main__.example_10 ***Test Failed*** 1 failures. For whitespace errors, see the file .doctest_index_face_set.pyx [2.3 s] sage -t devel/sage-main/sage/plot/plot3d/parametric_surface.pyx [4.9 s] sage -t devel/sage-main/sage/plot/plot3d/platonic.py [2.3 s] sage -t devel/sage-main/sage/plot/plot3d/texture.py [1.7 s] sage -t devel/sage-main/sage/plot/plot3d/shapes.pyx [3.7 s] sage -t devel/sage-main/sage/plot/plot3d/point_c.pxi [1.7 s] sage -t devel/sage-main/sage/plot/plot3d/transform.pyx *hangs* here, but with ./sage -t -verbose devel/sage-main/sage/plot/plot3d/transform.pyx all test passes! I'm flabbergasted! Jaap --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---