[sage-release] Sage 6.8.beta7 released

2015-07-02 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html 6bc31bda Updated Sage version to 6.8.beta7 4e24d02 Trac #18837: module_list.py: remove foo_depends variables 509df17

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

2015-07-03 Thread Daniel Krenn
Getting an error; started in a new directory; cloned git-repo; checkout 6.8.beta7, make This was on current Debian stable. tail of log below. It is during the building of the documentation (second pass). Best, Daniel [reference] stats: 665 js index entries [reference] structure: 2491 js index e

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

2015-07-03 Thread Volker Braun
This is now http://trac.sagemath.org/ticket/18850 On Friday, July 3, 2015 at 1:24:51 PM UTC+2, Daniel Krenn wrote: > > Getting an error; started in a new directory; cloned git-repo; checkout > 6.8.beta7, make > This was on current Debian stable. > > tail of log below. It is during the building

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

2015-07-03 Thread Jean-Pierre Flori
When running on a ppc64 machine, I get: sage -t --warn-long 97.8 src/sage/graphs/distances_all_pairs.pyx ** File "src/sage/graphs/distances_all_pairs.pyx", line 1205, in sage.graphs.distances_all_pairs.diameter Failed example:

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

2015-07-03 Thread Nathann Cohen
> When running on a ppc64 machine, I get: > sage -t --warn-long 97.8 src/sage/graphs/distances_all_pairs.pyx > ** > File "src/sage/graphs/distances_all_pairs.pyx", line 1205, in > sage.graphs.distances_all_pairs.diameter > Failed e

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

2015-07-04 Thread Justin C. Walker
> On Jul 2, 2015, at 16:40, Volker Braun wrote: > > As always, you can get the latest beta version from the "develop" git branch. > Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html Built from tarball on OS X, 10.10.4 (Quad-core Core i7, wit

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

2015-07-06 Thread Francois Bissey
On power7 I get 2 doctest failures: frb15@p2n14-c /hpc/scratch/frb15/sandbox/sage-6.8.beta7 :./sage -t --long --warn-long 95.7 src/sage/symbolic/expression.pyx Running doctests with ID 2015-07-06-23-32-31-283f339e. Git branch: develop Using --optional=mpir,python2,sage,scons Doctesting 1 file. sag

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

2015-07-06 Thread Jean-Pierre Flori
Le lundi 6 juillet 2015 13:37:13 UTC+2, François a écrit : > > On power7 I get 2 doctest failures: > frb15@p2n14-c /hpc/scratch/frb15/sandbox/sage-6.8.beta7 :./sage -t --long > --warn-long 95.7 src/sage/symbolic/expression.pyx > Running doctests with ID 2015-07-06-23-32-31-283f339e. > Git bra

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

2015-07-06 Thread Jean-Pierre Flori
Le lundi 6 juillet 2015 14:07:50 UTC+2, Jean-Pierre Flori a écrit : > > > > Le lundi 6 juillet 2015 13:37:13 UTC+2, François a écrit : >> >> On power7 I get 2 doctest failures: >> frb15@p2n14-c /hpc/scratch/frb15/sandbox/sage-6.8.beta7 :./sage -t --long >> --warn-long 95.7 src/sage/symbolic/exp

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

2015-07-06 Thread Jean-Pierre Flori
Or the code is buggy as well :) I guess that s and d are returned but they are uninitialized and actually contain memory addresses which are about 45 bits. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop

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

2015-07-06 Thread Jean-Pierre Flori
Le lundi 6 juillet 2015 14:56:14 UTC+2, Jean-Pierre Flori a écrit : > > Or the code is buggy as well :) > I guess that s and d are returned but they are uninitialized and actually > contain memory addresses which are about 45 bits. > Fix for this one at http://trac.sagemath.org/ticket/18854#

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

2015-07-07 Thread Rob Beezer
On SageMathCloud, built from source, passes long tests ("ptestlong") with a single failure in src/sage/interfaces/expect.py which then passes when run independently. https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/ On 07/02/2015 04:40 PM, Volker

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

2015-07-11 Thread Justin C. Walker
On Jul 2, 2015, at 16:40 , Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html Built from tarball on OS X, 10.6.8 (Dual 6-core Xeons) w. no pr