Re: [sage-devel] make ptestlong and binary-pkg

2016-03-09 Thread Daniel Krenn
On 2016-03-07 09:36, Daniel Krenn wrote:
> 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

I've tested again and now the problem is gone (it was related to network
and filesystem mounting issues on my system).

Daniel

-- 
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.


Re: [sage-devel] make ptestlong and binary-pkg

2016-03-09 Thread Daniel Krenn
On 2016-03-07 09:36, Daniel Krenn wrote:
> 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.

Does someone know how to fix these issues? It would be great to be able
to use my own binary for development (since relocating is gone...)

Best wishes

Daniel

-- 
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.


Re: [sage-devel] make ptestlong and binary-pkg

2016-03-07 Thread Daniel Krenn
On 2016-03-07 10:59, Jeroen Demeyer wrote:
> On 2016-03-07 09:36, Daniel Krenn wrote:
>>***   Warning: can't expand ~.
> 
> Does the path contain "~"?

Repository binary-pkg was at
  /local/dakrenn/sage/binary-pkg
The package was extracted to
  /local/dakrenn/sage/7.1.beta6

Thus, no, the path does not contain "~".

-- 
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.


Re: [sage-devel] make ptestlong and binary-pkg

2016-03-07 Thread Jeroen Demeyer

On 2016-03-07 09:36, Daniel Krenn wrote:

   ***   Warning: can't expand ~.


Does the path contain "~"?

--
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.


Re: [sage-devel] make ptestlong and binary-pkg

2016-03-07 Thread John Cremona
On 7 March 2016 at 08:36, Daniel Krenn  wrote:
> 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

To me that looks like a problem with a filename for a temporary file;
perhaps trying to be created in a place with the wrong permissions.

>
> 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.

-- 
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.