[sage-devel] sagemath problems

2018-01-28 Thread Ralf Stephan
Hello, processing of ticket actions is quite slow and zulip.sagemath.org gives a 502, both since at least yesterday. Can someone please have a look? Regards, -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
Working !!! I reinstalled libpng (./sage -f libpng), so now I have libpng.so and libpng.a Then `make build -j1`. It recompiles many stuff but it went to the end. Thank you very much for your help. David. > Le 29 janv. 2018 à 00:30, François Bissey a écrit : > > >> On 29/01/2018, at 12:11, D

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
> On 29/01/2018, at 12:11, David Coudert wrote: > > -rw-r--r-- 1 dcoudert 1689776 déc. 14 17:36 > /home/dcoudert/sage/local/lib/libpng16.a > lrwxrwxrwx 1 dcoudert 19 déc. 14 17:36 > /home/dcoudert/sage/local/lib/libpng16.so -> libpng16.so.16.29.0 > lrwxrwxrwx 1 dcoudert 19 déc. 14

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
-rw-r--r-- 1 dcoudert 1689776 déc. 14 17:36 /home/dcoudert/sage/local/lib/libpng16.a lrwxrwxrwx 1 dcoudert 19 déc. 14 17:36 /home/dcoudert/sage/local/lib/libpng16.so -> libpng16.so.16.29.0 lrwxrwxrwx 1 dcoudert 19 déc. 14 17:36 /home/dcoudert/sage/local/lib/libpng16.so.16 -> libpng1

[sage-devel] Re: Live documentation, the return (#24593 needs review)

2018-01-28 Thread Eric Gourgoulhon
Hi Nicolas, Thanks for all this! A remark on the demo: Le dimanche 28 janvier 2018 22:42:38 UTC+1, Nicolas M. Thiéry a écrit : > > > To see some live documentation in action: > > > http://sage-package.readthedocs.io/en/latest/sage_package/sphinx-demo.html > > For 3D plots, it is writt

[sage-devel] Live documentation, the return (#24593 needs review)

2018-01-28 Thread Nicolas M. Thiery
Dear Sage developers, Sagenb had a very nice feature: the live documentation where you could try the examples right where they were displayed. In #20690 we had a first stab at implementing an equivalent feature using Thebe: a Jupyter based javascript library -- similar in spirit to the sag

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
What version of libpng is installed? Can you post the output of ls -la /home/dcoudert/sage/local/lib/libpng* > On 29/01/2018, at 10:20, David Coudert wrote: > > right. Here it is. > Thanks. > David. > > > -- > You received this message because you are subscribed to the Google Groups > "sage

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
right. Here it is.Thanks.David. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
/home/dcoudert/sage/local/var/tmp/sage/build/giac-1.4.9.45/src/config.log if I am not mistaken. François > On 29/01/2018, at 08:59, David Coudert wrote: > > I don’t know where to find this file. > > David. > >> Le 28 janv. 2018 à 19:48, François Bissey a écrit : >> >> OK after checks, it me

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
I don’t know where to find this file. David. > Le 28 janv. 2018 à 19:48, François Bissey a écrit : > > OK after checks, it means it tries to link with libpng-1.2 rather than > a newer one like we have in sage now (1.6). Can you send the config.log > from giac? > > François David Coudert

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
OK after checks, it means it tries to link with libpng-1.2 rather than a newer one like we have in sage now (1.6). Can you send the config.log from giac? François > On 29/01/2018, at 07:39, François Bissey wrote: > > Different problem. There seem to be an issue with libpng. > >> On 29/01/2018

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
Different problem. There seem to be an issue with libpng. > On 29/01/2018, at 04:41, David Coudert wrote: > > Thanks. I have recompiled gcc. > > However, the compilation of giac is still failing :( > See attached log. > > David. > > > -- > You received this message because you are subscri

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
Thanks. I have recompiled gcc.However, the compilation of giac is still failing :( See attached log.David. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-dev

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
./sage -f gcc it will rebuild mpir/mpfr/mpc after gcc but that’s ok. > On 29/01/2018, at 00:19, david.coud...@inria.fr wrote: > > what is the smart way to do that (i.e., without make dist-clean) ? > > Le dimanche 28 janvier 2018 12:07:25 UTC+1, François Bissey a écrit : > Rebuild gcc. see https:

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David . Coudert
what is the smart way to do that (i.e., without make dist-clean) ? Le dimanche 28 janvier 2018 12:07:25 UTC+1, François Bissey a écrit : > > Rebuild gcc. see https://trac.sagemath.org/ticket/24599 > -- You received this message because you are subscribed to the Google Groups "sage-devel" group

Re: [sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread François Bissey
Rebuild gcc. see https://trac.sagemath.org/ticket/24599 > On 29/01/2018, at 00:00, David Coudert wrote: > > I have a compilation error with package giac-1.4.9.45 during the compilation > of SageMath version 8.2.beta4 on a linux computer (make build -j1). > > See attached log file. > > Any hel

[sage-devel] error compiling package giac-1.4.9.45

2018-01-28 Thread David Coudert
I have a compilation error with package giac-1.4.9.45 during the compilation of SageMath version 8.2.beta4 on a linux computer (make build -j1).See attached log file.Any help is more than welcome.David. -- You received this message because you are subscribed to the Google Groups "sage-devel" gr