[sage-release] flint absent

2018-08-06 Thread Henri Girard
ubuntu Bionic AMD 64 8x 16Go RAM, while compiling gave an error "no flint", I ./configure and make -j8 ant this second time was ok. real    99m6,278s user    296m28,526s sys    17m9,810s Sage build/upgrade complete! -- You received this message because you are subscribed to the Google Groups

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-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 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
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
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 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
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] sage-8.4

2018-08-06 Thread Henri Girard
Hi, I have an old computer intel dual core with 4 Go RAM, I have cosmic (ubuntu +1 =18.10) installed and I tried compiling the sage 8.4 version, no problem after a night compilation... ok. Thanks Henri -- You received this message because you are subscribed to the Google Groups

[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

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] Sage 8.4.beta0 released

2018-08-06 Thread Erik Bray
On Sun, Aug 5, 2018 at 12:34 PM 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 Ubuntu 14.04, make ptestlong, all tests passed! -- 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
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

[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:

[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 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 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