[sage-release] Re: Sage 6.8.beta7 released

2015-07-09 Thread Sébastien Labbé
Running make ptestlong on Ubuntu 14.04 and using

[sage-release] Re: Sage 6.8.beta7 released

2015-07-09 Thread Sébastien Labbé
But the one in doctest/test.py keeps being there. -- sage -t --long --warn-long 29.8 src/sage/doctest/test.py # 1 doctest failed Needs review at: http://trac.sagemath.org/ticket/18873 -- You received this message

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Vincent Knight
On 5 July 2015 at 08:32, Volker Braun vbraun.n...@gmail.com wrote: Its pretty clear that the build was not successful. This is http://trac.sagemath.org/ticket/18850 Cool, I thought that ticket seemed to just indicate a problem with the documentation build. I have much to learn as to why that's

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Vincent Knight
Have just rebuilt and still have the same problem. Here is a link to the install.log file from the original build after running `make dist-clean` (it's 196014 lines): https://www.dropbox.com/s/obi5rj5gmp8xoux/install.log?dl=0 No sympy logs, apologies if I'm missing something... ```

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Dima Pasechnik
On Sunday, 5 July 2015 08:11:08 UTC+1, Vincent Knight wrote: Have just rebuilt and still have the same problem. Here is a link to the install.log file from the original build after running `make dist-clean` (it's 196014 lines): https://www.dropbox.com/s/obi5rj5gmp8xoux/install.log?dl=0

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Volker Braun
Thats not enough, you also need to finish make On Sunday, July 5, 2015 at 10:02:12 AM UTC+2, Dima Pasechnik wrote: On Sunday, 5 July 2015 08:11:08 UTC+1, Vincent Knight wrote: Have just rebuilt and still have the same problem. Here is a link to the install.log file from the original

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Vincent Knight
On 5 July 2015 at 09:02, Dima Pasechnik dimp...@gmail.com wrote: just do ./sage -f sympy and report... After that I ran the tests again and got: ``` ImportError: No module named mpmath.libmp ``` ran ``` ./sage -f mpmath ``` Tests now run. :) -- Dr Vincent Knight Cardiff School of

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Volker Braun
Its pretty clear that the build was not successful. This is http://trac.sagemath.org/ticket/18850 [reference] Writing js search indexes... genindex py-modindex search [reference] WARNING: html_static_path entry

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-05 Thread Vincent Knight
On 5 July 2015 at 09:22, Volker Braun vbraun.n...@gmail.com wrote: Thats not enough, you also need to finish make All seemed in order without running `make` but ran it and all seems fine still. Thanks. -- Dr Vincent Knight Cardiff School of Mathematics Senghennydd Road, Cardiff CF24 4AG (+44)

[sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Volker Braun
You might have a corrupted copy of the mirror list; There is http://trac.sagemath.org/ticket/18748 (needs review) which improves the handling of network errors, can you give it a try? On Saturday, July 4, 2015 at 7:56:56 AM UTC+2, Dima Pasechnik wrote: Mirrors crap: build failed as the

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Volker Braun
Looks like sympy wasn't installed correctly... can you look into the sympy logs? Maybe recompile if you don't remember how you got there? On Saturday, July 4, 2015 at 11:19:59 PM UTC+2, Vincent Knight wrote: Apologies if I'm missing something and this has been reported before. `./sage

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Vincent Knight
Apologies if I'm missing something and this has been reported before. `./sage -bt src/sage/game_theory` and `sage -bt --optional=all src/sage/game_theory` both give: ``` ... Git branch: develop Doctesting 10 files. Traceback (most recent call last): File

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Dima Pasechnik
works for me (on Linux): $ sage -bt src/sage/game_theory python -u setup.py install Updating Cython code Enabling Cython debugging support Finished Cythonizing, time: 2.55 seconds. Discovering Python source code Discovered Python source, time: 0.02 seconds. Cleaning up stale installed

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Vincent Knight
On 4 July 2015 at 22:19, Vincent Knight knigh...@cf.ac.uk wrote: Apologies if I'm missing something and this has been reported before. `./sage -bt src/sage/game_theory` and `sage -bt --optional=all src/sage/game_theory` both give: ``` ... Git branch: develop Doctesting 10 files.

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Dima Pasechnik
On Saturday, 4 July 2015 21:02:58 UTC+1, Nathann Cohen wrote: Helloo ! It looks like I have a stale list of (pseudo)packages - perhaps each call to sage -i blah duly puts blah on the list ?! It seems to be something like that: the message that you see which reports which

Re: [sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Vincent Knight
On 4 Jul 2015 10:36 pm, Volker Braun vbraun.n...@gmail.com wrote: Looks like sympy wasn't installed correctly... can you look into the sympy logs? Maybe recompile if you don't remember how you got there? I've turned in for the night (typing this on my tablet) but will get back to you as soon as

[sage-release] Re: Sage 6.8.beta7 released

2015-07-04 Thread Dima Pasechnik
Actually, did we ever have an hg spkg?! There was/is mercurial spkg for sure... It looks like I have a stale list of (pseudo)packages - perhaps each call to sage -i blah duly puts blah on the list ?! This is how the log of that ill-fated build ends:

[sage-release] Re: Sage 6.8.beta7 released

2015-07-03 Thread John H Palmieri
A doctest error: sage -t --long --warn-long 49.8 src/sage/structure/dynamic_class.py ** File src/sage/structure/dynamic_class.py, line 354, in sage.structure.dynamic_class.dynamic_class_internal Failed example:

[sage-release] Re: Sage 6.8.beta7 released

2015-07-03 Thread Dima Pasechnik
Mirrors crap: build failed as the network went down; restarting resulted in build completing, but it did not build a number of packages. If I try to reinstall them, I get IOError: [Errno 404] Not Found: '//www.mirrorservice.org/sites/www.sagemath.org//spkg/archive/list' Error: failed to