[sage-release] Re: Sage 8.4.beta0 released

2018-08-07 Thread Emmanuel Charpentier
FWIW, Ditto on a slightli larger macine (core i7 + 16 GB RAM). HTH, Le lundi 6 août 2018 18:25:43 UTC+2, Emmanuel Charpentier a écrit : > > FWIW, on Debian testing running on core i5+8 GB RAM, (incrementally) > builds and passes ptestlong without errots whatsoever. > > HTH, > > Le dimanche 5

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread John H Palmieri
On Monday, August 6, 2018 at 10:15:31 AM UTC-7, John H Palmieri wrote: > > How important is the "uninstall" phase of spkg installation? I saw this > when upgrading some 8.3 beta or rc to 8.4.beta0: > > Uninstalling existing 'mpir' > Warning: File '/share/info/dir' not found > Warning: Directory

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread John H Palmieri
By the way, I have a new computer which routinely gives me failures (for several Sage versions) on singular/polynomial.pyx: sage -t --long --warn-long 56.2 src/sage/libs/singular/polynomial.pyx ** File

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread John H Palmieri
How important is the "uninstall" phase of spkg installation? I saw this when upgrading some 8.3 beta or rc to 8.4.beta0: Uninstalling existing 'mpir' Warning: File '/share/info/dir' not found Warning: Directory '/share/info' not found Warning: File '/share/info/mpir.info' not found Warning:

Re: [sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Emmanuel Charpentier
Ahem... A test that modifies its experimental setup ? What are you playing at, guys ? Quantum mechanics ? Economics ? Furthermore, Mathematica may still be handy in many cases such as : sage: var("a,b") (a, b) sage: (sin(a)+sin(b)).trig_expand() sin(a) + sin(b) sage:

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Emmanuel Charpentier
FWIW, on Debian testing running on core i5+8 GB RAM, (incrementally) builds and passes ptestlong without errots whatsoever. HTH, Le dimanche 5 août 2018 12:34:44 UTC+2, Volker Braun a écrit : > > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the

Re: [sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
Hi Jeroen, Le lundi 6 août 2018 16:25:03 UTC+2, Jeroen Demeyer a écrit : > > On 2018-08-06 16:22, Eric Gourgoulhon wrote: > > Removing Mathematica from that computer (thanks to Sage, I have no > > longer any need for it ;-)) > > So that test did a very good job! :-) > Indeed! :-) -- You

Re: [sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Jeroen Demeyer
On 2018-08-06 16:22, Eric Gourgoulhon wrote: Removing Mathematica from that computer (thanks to Sage, I have no longer any need for it ;-)) So that test did a very good job! :-) -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
Le lundi 6 août 2018 16:10:50 UTC+2, Eric Gourgoulhon a écrit : > > OK, running sage -t with the option --verbose I found the culprit: > has_mathematica() hangs because, for some reason, Mathematica cannot > connect to the Network License Server. > Removing Mathematica from that computer

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
OK, running sage -t with the option --verbose I found the culprit: has_mathematica() hangs because, for some reason, Mathematica cannot connect to the Network License Server. Eric. Le lundi 6 août 2018 16:04:12 UTC+2, Eric Gourgoulhon a écrit : > > I am a bit puzzled by this: on the same

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
I am a bit puzzled by this: on the same computer, *all* versions of Sage (including Sage 7.5 !) hang with ./sage -t --long --warn-long 49.8 src/sage/doctest/external.py while they used to succeed (I checked it in the logs of make ptestlong). There was no change in the system configuration though

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
Le lundi 6 août 2018 15:44:52 UTC+2, Eric Gourgoulhon a écrit : > This remains true when run standalone: > > ./sage -t --long --warn-long 49.7 src/sage/doctest/external.py > Running doctests with ID 2018-08-06-15-40-11-d71f1470. > Git branch: develop > Using --optional=mpir,python2,sage >

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
Hi Volker, Le lundi 6 août 2018 15:30:30 UTC+2, Volker Braun a écrit : > > I'm pretty sure that this is a race with building python; It hasn't > finished installing but we are already calling it to extract a tarball > > Indeed, this was a race issue: the second run of make -j16 ended

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Volker Braun
I'm pretty sure that this is a race with building python; It hasn't finished installing but we are already calling it to extract a tarball On Monday, August 6, 2018 at 1:59:25 PM UTC+2, Eric Gourgoulhon wrote: > > On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone + >

[sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Eric Gourgoulhon
On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone + pull develop, parallel (-j16) build failed with Maxima: Setting up build directory for maxima-5.41.0 Could not find platform independent libraries Consider setting $PYTHONHOME to [:] ImportError: No module named site

Re: [sage-release] Re: Sage 8.4.beta0 released

2018-08-06 Thread Jeroen Demeyer
On 2018-08-05 21:08, bryan gin-ge chen wrote: [sagelib-8.4.beta0] [156/483] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused -I/Applications/SageMath/local/lib/python2.7/site-packages/cysignals -I/Applications/SageMath/local/include

[sage-release] Re: Sage 8.4.beta0 released

2018-08-05 Thread bryan gin-ge chen
Thanks, this fixed it. I also wasn't aware that running "make" multiple times could "progress" the build too. On Sunday, August 5, 2018 at 5:45:07 PM UTC-4, Volker Braun wrote: > > Not sure what goes wrong there but "sage -p libbraiding && sage -p > libhomfly" should allow you to work around it

[sage-release] Re: Sage 8.4.beta0 released

2018-08-05 Thread bryan gin-ge chen
My build of 8.4beta0 is failing (macOS 10.13.6); I had no trouble building 8.3 from source. I used `make distclean` before running make, and the final part of the log is here: [sagelib-8.4.beta0] [156/483] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused