Re: [sage-release] Sage 6.9.rc3 released

2015-10-08 Thread Clemens Heuberger
Am 2015-10-07 um 01:16 schrieb 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

linux mint 17.2 64 bit: I did the following:

clone into a fresh directory
make; ./sage -i ccache; ./sage -b; make
./sage -tp 4 --all --long

and got many doctest failures. I include here just the first few lines of the
summary:

sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_rational_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/dev/sagedev.py  # OSError in doctesting
framework
sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_number_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/plot/plot.py  # Timed out after testing
finished
sage -t --long --warn-long 54.5 src/sage/geometry/lattice_polytope.py  # 498
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/graphics.py  # 39 doctests failed
sage -t --long --warn-long 54.5 src/sage/combinat/root_system/plot.py  # 4
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/plot3d/implicit_plot3d.py  # 42
doctests failed
sage -t --long --warn-long 54.5
src/sage/combinat/root_system/root_lattice_realizations.py  # 4 doctests failed

Then I called

./sage -btp 4 --all --long --logfile=logs/vanilla.log

once more. Then only one failing doctest remained, namely

sage.doctest.sources.FileDocTestSource._test_enough_doctests

There are 1 tests in sage/doctest/not_tested.py that are not being run

In fact,

$ git status
HEAD detached at 6.9.rc3
Untracked files:
  (use "git add ..." to include in what will be committed)

hello.spyx
src/sage/doctest/not_tested.py

nothing added to commit but untracked files present (use "git add" to track)

And it seems that I am running into the same problem on my virtual 32 bit
machine as well.

Calling "make; ./sage -i ccache; ./sage -b; make" might be somewhat unorthodox
but I am surprised by the repercussions.

Regards,

Clemens

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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-08 Thread Jeroen Demeyer

On 2015-10-08 08:10, Clemens Heuberger wrote:

make; ./sage -i ccache; ./sage -b; make
Why so complicated? It's kind of strange since you install ccache 
*after* you build all of Sage, which makes ccache pointless.


It's better to run

SAGE_INSTALL_CCACHE=yes make

but none of this should affect doctests.



and got many doctest failures. I include here just the first few lines of the
summary:

It would be better to see the actual failures, the summary says nothing.


This is very strange:

Untracked files:
  (use "git add ..." to include in what will be committed)

hello.spyx
src/sage/doctest/not_tested.py


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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Justin C. Walker

> On Oct 6, 2015, at 19:16, 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 the tarball on OS X, 10.10.5 (Quad-core Core i7).  No problems and 
all tests (‘ptestlong’) passed!

Justin 

--
Justin C. Walker
Director
Institute for the Enhancement of the Director's Income
--
Fame is fleeting, but obscurity
   just drags on and on.  F



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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Daniel Krenn

Fresh clone on Linux Mint 17.1 passed ptestlong successfully.

On 2015-10-07 01:16, 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

aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

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


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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Rob Beezer

On SageMathCloud, built from source, passes long tests ("ptestlong").

https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/ 


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


[sage-release] Sage 6.9.rc3 released

2015-10-06 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

aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

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