Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-28 Thread Samuel Lelièvre
2017-04-25 10:13 GMT+02:00 Eric Gourgoulhon : > > On Ubuntu 16.04, after the build enabled thanks to #22860, > make ptestlong yields the same error as for Sage 8.0.beta2: > > File "src/sage/calculus/calculus.py", line 1406, in sage.calculus.calculus.laplace > Failed example: > laplace(t^n, t, s

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-25 Thread Daniel Krenn
On 2017-04-25 14:00, Sébastien Labbé wrote: > On OSX 10.10 Yosemite, without #22860, make ptestlong yields only one > failed already reported doctest: > > NotImplementedError: Unable to parse Giac output: > integrate(t^n*exp(-s*t),t,0,+infinity) Same problem on https://patchbot.sagemath.org/

[sage-release] Re: Sage 8.0.beta3 released

2017-04-25 Thread Sébastien Labbé
On OSX 10.10 Yosemite, without #22860, make ptestlong yields only one failed already reported doctest: NotImplementedError: Unable to parse Giac output: integrate(t^n*exp(-s*t),t,0,+infinity) -- You received this message because you are subscribed to the Google Groups "sage-release" grou

[sage-release] Re: Sage 8.0.beta3 released

2017-04-25 Thread Eric Gourgoulhon
On Ubuntu 16.04, after the build enabled thanks to #22860 , make ptestlong yields the same error as for Sage 8.0.beta2: File "src/sage/calculus/calculus.py", line 1406, in sage.calculus.calculus.laplace Failed example: laplace(t^n, t, s, algorithm='gi

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-24 Thread Ralf Stephan
Passes tests on OpenSuSE except the usual #21828, #22862, and some R fails I haven't reported yet. On Mon, Apr 24, 2017 at 6:03 AM Francois Bissey < francois.bis...@canterbury.ac.nz> wrote: > This is now https://trac.sagemath.org/ticket/22860 I should > have something ready in a few hours. > > Fr

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-24 Thread tscrim
FYI - Patchbots are also failing their build at lcalc. -- 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

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Francois Bissey
This is now https://trac.sagemath.org/ticket/22860 I should have something ready in a few hours. François > On 24/04/2017, at 14:01, Henri Girard wrote: > > same problem here :ubuntu 16.04.4 lcalc failed > > > Le 24/04/2017 à 02:43, François Bissey a écrit : >> On 24/04/17 12:18, tsc...@ucda

[sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Steven Trogdon
The same here on Gentoo with LDFLAGS=-Wl,-O1 -Wl,--as-needed On Sunday, April 23, 2017 at 6:29:38 PM UTC-5, tsc...@ucdavis.edu wrote: > > This branch failed for me on linux at lcalc with what looks like linking > errors. I reverted https://trac.sagemath.org/ticket/22840 and then I was > able to

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Henri Girard
same problem here :ubuntu 16.04.4 lcalc failed Le 24/04/2017 à 02:43, François Bissey a écrit : On 24/04/17 12:18, tsc...@ucdavis.edu wrote: Does this help? | ld -v GNU ld (GNU BinutilsforUbuntu)2.26.1 | Let me know what else I can get or do to help debug this. I am not sure how to find th

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread François Bissey
On 24/04/17 12:18, tsc...@ucdavis.edu wrote: Does this help? | ld -v GNU ld (GNU BinutilsforUbuntu)2.26.1 | Let me know what else I can get or do to help debug this. I am not sure how to find the incriminating info. But we should support your configuration, so lcalc will have to be fixed. Are

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread tscrim
Does this help? ld -v GNU ld (GNU Binutils for Ubuntu) 2.26.1 Let me know what else I can get or do to help debug this. Best, Travis On Sunday, April 23, 2017 at 6:58:46 PM UTC-5, François wrote: > > > > On 24/04/2017, at 11:54, tsc...@ucdavis.edu wrote: > > > > > > > > On Sunday, April 2

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Francois Bissey
> On 24/04/2017, at 11:54, tsc...@ucdavis.edu wrote: > > > > On Sunday, April 23, 2017 at 6:32:30 PM UTC-5, François wrote: > Library ordering problem. What version of linux are we talking about? And in > particular what linker. > > > On 24/04/2017, at 11:29, tsc...@ucdavis.edu wrote: > >

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread tscrim
On Sunday, April 23, 2017 at 6:32:30 PM UTC-5, François wrote: > > Library ordering problem. What version of linux are we talking about? And > in particular what linker. > > > On 24/04/2017, at 11:29, tsc...@ucdavis.edu wrote: > > > > This branch failed for me on linux at lcalc with what loo

Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Francois Bissey
Library ordering problem. What version of linux are we talking about? And in particular what linker. > On 24/04/2017, at 11:29, tsc...@ucdavis.edu wrote: > > This branch failed for me on linux at lcalc with what looks like linking > errors. I reverted https://trac.sagemath.org/ticket/22840 and

[sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread tscrim
This branch failed for me on linux at lcalc with what looks like linking errors. I reverted https://trac.sagemath.org/ticket/22840 and then I was able to build lcalc. Log file of the failed lcalc attached. Best, Travis On Sunday, April 23, 2017 at 9:04:12 AM UTC-5, Volker Braun wrote: > > As a