I've used https://github.com/sagemath/binary-pkg to create a package
  sage-7.1.beta6-Ubuntu_14.04-x86_64.tar.bz2
Then I've extracted it to some location; relocating (once) seem to have
worked, but with the following issues (with make ptestlong):

1a) Before running the tests, all the cythonized files are compiled again.

1b) Similarly, the full documentation seems to be rebuilt.

2) Some of the doctests fail, for example:

File "src/sage/lfunctions/lcalc.py", line 376, in
sage.lfunctions.lcalc.LCalc.analytic_rank
Failed example:
    lcalc.analytic_rank(E)
Expected:
    1
Got:
      ***   Warning: can't expand ~.
      ***   Warning: can't expand ~.
    1

See below for all failures.

3) At the end of the building of the package, I saw
  CRITICAL:root:todo: strip
(No idea if this should be there or not).

Because of 1 (takes a long time) and 2 (failing doctests) the created
package is not useable for development.

Best wishes

Daniel


Failing files:

sage -t --long src/sage/schemes/elliptic_curves/ell_rational_field.py  #
2 doctests failed
sage -t --long src/sage/plot/plot.py  # 1 doctest failed
sage -t --long src/sage/doctest/test.py  # 17 doctests failed
sage -t --long src/sage/dev/sagedev.py  # 2 doctests failed
sage -t --long src/sage/tests/cmdline.py  # 16 doctests failed
sage -t --long src/sage/libs/ppl.pyx  # 8 doctests failed
sage -t --long src/sage/plot/line.py  # 1 doctest failed
sage -t --long src/sage/lfunctions/zero_sums.pyx  # 3 doctests failed
sage -t --long
src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
 # 1 doctest failed
sage -t --long src/sage/schemes/elliptic_curves/lseries_ell.py  # 6
doctests failed
sage -t --long src/sage/repl/interpreter.py  # 1 doctest failed
sage -t --long src/sage/misc/temporary_file.py  # 1 doctest failed
sage -t --long src/sage/lfunctions/lcalc.py  # 3 doctests failed

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to