On Jun 27, 7:41 pm, John H Palmieri <jhpalmier...@gmail.com> wrote: > But there is now also a directory spkg/logs/ in which the output for > each package gets written into a separate file. So you can use those > for troubleshooting.
That is not present (does that get cleaned up by make clean?) so perhaps I didn't do everything that is required for a parallel make. I've run make ptest with NUM_THREADS=8. It's a 2 processor machine. It reports: ------------- The following tests failed: sage -t local/lib/python2.6/site-packages/sagenb-0.8- py2.6.egg/sagenb/notebook/template.py # File not found sage -t devel/sage/sage/symbolic/constants.py # 1 doctests failed sage -t devel/sage/sage/symbolic/assumptions.py # 1 doctests failed sage -t devel/sage/sage/groups/perm_gps/partn_ref/ refinement_graphs.pyx # File not found sage -t devel/sage/sage/groups/perm_gps/partn_ref/ refinement_matrices.pyx # File not found sage -t devel/sage/sage/rings/number_field/number_field.py # File not found sage -t devel/sage/sage/rings/finite_rings/ finite_field_base.pyx # File not found sage -t devel/sage/sage/schemes/generic/algebraic_scheme.py # 2 doctests failed sage -t devel/sage/sage/schemes/hyperelliptic_curves/ hyperelliptic_padic_field.py # File not found sage -t devel/sage/sage/schemes/elliptic_curves/heegner.py # File not found sage -t devel/sage/sage/schemes/elliptic_curves/sha_tate.py # File not found sage -t devel/sage/sage/combinat/crystals/ kirillov_reshetikhin.py # File not found sage -t devel/sage/sage/plot/plot.py # File not found ----------------- It looks like maxima had communication problems (reports unexpected EOF etc.) and a couple of other tests timed out, so this may have been too much of a load for the computer and caused the test failures. Back to a simple "MAKE="make -j2" for me. -- 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