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

2017-12-01 Thread Sébastien Labbé
... and I get "All tests passed!" after make ptestlong. Thank you. -- 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

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

2017-12-01 Thread Sébastien Labbé
> ImportError: No module named _ctypes > ctypes module failed to import > math module imported OK > hashlib module imported OK > crypt module imported OK > readline module imported OK > socket module imported OK > Error: One or more modules failed to import. > > real2m25.869s > user

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

2017-12-01 Thread Emmanuel Charpentier
One more data point : On Cygwin, 8.0.rc3 + Trac#24121 + Trac#21233 + Trac#24297 ( + Trac#24306 + Trac#24240

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

2017-11-30 Thread Sébastien Labbé
On Ubuntu 16.04, I get problem building python2-2.7.14.p2 during make ptestlong. The error is reproducable when I perform sage -i python2 End of log is below ... gcc -pthread -shared -L. -L/home/slabbe/GitBox/sage/local/lib -Wl,-rpath,/home/slabbe/GitBox/sage/local/lib -L.

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

2017-11-28 Thread Eric Gourgoulhon
Hi, Le vendredi 24 novembre 2017 12:01:21 UTC+1, Jeroen Demeyer a écrit : > > On 2017-11-24 11:38, Eric Gourgoulhon wrote: > > Btw, am I the only one in this case? > > It seems so. > The same Jmol error has just been reported by a Sage user with a different system: Windows 10 and Sage from

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

2017-11-26 Thread Georg Grafendorfer
import error while performing ptestlong sage 8.1.rc3 (also appears in earlier versions) "make ptestlong": sage is accessing old installation of sympy, which is located in the last path of PYTHONPATH ~$ echo $PYTHONPATH

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

2017-11-24 Thread Eric Gourgoulhon
On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM and from a fresh git clone + pull develop, parallel (-j16) build OK. ptestlong is OK as well, modulo 1 transient doctest: sage -t --long --warn-long 45.5 src/sage/manifolds/point.py # 1 doctest failed As usual on this computer since a few betas,

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

2017-11-24 Thread Emmanuel Charpentier
Maybe have a look at Trac#24240 ? Le vendredi 24 novembre 2017 00:35:13 UTC+1, Volker Braun a écrit : > > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at >