Re: [sage-devel] Note on building sagemath-8.2 with GCC 8.1.0

2018-05-17 Thread Dario Asprone
So, summing up, I tried compiling the library on Fedora 28 64bit, which ships with gcc 8.1 by default. I encountered 3 different issues, 2 already addressed by fidelbc and one more with python 3.6.1 While I resolved the issue with python2 in the same way fidelbc did, I couldn't find any

[sage-devel] Re: Error building the doc sage-8.1

2018-05-17 Thread Travis Scrimshaw
Did you run "make doc-clean" and "make doc"? It looks like it doesn't have the necessary reference information that the first pass of the docbuild usually generates. Best, Travis On Thursday, May 17, 2018 at 10:38:08 AM UTC-5, Paul Mercat wrote: > > Hi, > > I get the following error when I

Re: [sage-devel] Note on building sagemath-8.2 with GCC 8.1.0

2018-05-17 Thread Dima Pasechnik
As I wrote - you need to backport the patch from https://bugs.python.org/issue28503 Hopefully he opens a ticket with the fix soon (he just got his trac account fixed). On Thursday,

Re: [sage-devel] Note on building sagemath-8.2 with GCC 8.1.0

2018-05-17 Thread Enrique Artal
I would be interested on how he solved the problem! El jueves, 17 de mayo de 2018, 21:04:15 (UTC+2), Dima Pasechnik escribió: > > On Fedora 28 (another gcc-8 system) Dario (my student) also had problem > with building python3, as we were getting a broken crypt module. > A remedy he found, after

Re: [sage-devel] Note on building sagemath-8.2 with GCC 8.1.0

2018-05-17 Thread Dima Pasechnik
On Fedora 28 (another gcc-8 system) Dario (my student) also had problem with building python3, as we were getting a broken crypt module. A remedy he found, after a lot of debugging, was to backport the patch from https://bugs.python.org/issue28503 (which uses crypt_r if available) On Thursday,

Re: [sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Erik Bray
*ping* Julian who built the 8.2 docker image... On Thu, May 17, 2018 at 3:53 PM, Nathan Dunfield wrote: >> In the interim, could you try to install OpenSSL and its development files >> a,d reinstall Sage's pip ? > > > Actually, I fixed the problem simply by installing the

Re: [sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-17 Thread Nils Bruin
On Thursday, May 17, 2018 at 1:01:21 AM UTC-7, François Bissey wrote: > > Actually in sage-on-gentoo I reduced that quite a bit. In vanilla we have > "argv": ["/home/fbissey/sandbox/git-fork/sage-8.3.b0/local/bin/sage", > "--python", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}”]

[sage-devel] Holiday

2018-05-17 Thread Jeroen Demeyer
Hello all, this is just to say that I'll be away on holidays for 2 weeks starting tomorrow. Jeroen. -- 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] Error building the doc sage-8.1

2018-05-17 Thread 'Paul Mercat' via sage-devel
Hi, I get the following error when I try to build the documentation in sage-8.1 : MacBook-Pro-de-Paul:sage-8.1 mercatp$ ./sage --docbuild reference html [manifolds] *loading pickled environment... *not yet created [manifolds] *building [mo]: *targets for 0 po files that are out of date

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Jeroen Demeyer
On 2018-05-17 17:03, Daniel Krenn wrote: gcc (Ubuntu 4.9.4-2ubuntu1~14.04.1) 4.9.4 GNU Fortran (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5 Could you try using the same version of gcc and gfortran? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Daniel Krenn
On 2018-05-17 16:44, Jeroen Demeyer wrote: > On 2018-05-17 15:58, Daniel Krenn wrote: >> Sorry, now found it exactly there (modulo version which is 4.8) > > So, the question is: why is it not found? I'm afraid I cannot help you > further here... Ok, thank you for your help. > Could you specify

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Jeroen Demeyer
On 2018-05-17 15:58, Daniel Krenn wrote: Sorry, now found it exactly there (modulo version which is 4.8) So, the question is: why is it not found? I'm afraid I cannot help you further here... Could you specify the output of gcc --version and gfortran --version and their installation

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Daniel Krenn
On 2018-05-17 15:48, Jeroen Demeyer wrote: > On 2018-05-17 15:29, Daniel Krenn wrote: >> On 2018-05-17 15:13, Jeroen Demeyer wrote: >>> Is libgfortran.so installed >>> somewhere on your system? >> >> I did not find this file anywhere. > > There's your problem. On my Gentoo system, this file lives

[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Nathan Dunfield
> > In the interim, could you try to install OpenSSL and its development files > a,d reinstall Sage's pip ? > Actually, I fixed the problem simply by installing the (non-development) Ubuntu package "openssl". In particular, I did not need to reinstall or rebuild any part of Sage itself.

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Jeroen Demeyer
On 2018-05-17 15:29, Daniel Krenn wrote: On 2018-05-17 15:13, Jeroen Demeyer wrote: Is libgfortran.so installed somewhere on your system? I did not find this file anywhere. There's your problem. On my Gentoo system, this file lives in /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/libgfortran.so

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Daniel Krenn
On 2018-05-17 15:13, Jeroen Demeyer wrote: > On 2018-05-17 14:45, Daniel Krenn wrote: >> Compiling 8.2 from scatch (on a system that worked for 8.1) breaks with >> the errors below. >> Any ideas why? > > Your gfortran installation is messed up somehow. Are you using the > system gfortran or the

Re: [sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Jeroen Demeyer
On 2018-05-17 14:45, Daniel Krenn wrote: Compiling 8.2 from scatch (on a system that worked for 8.1) breaks with the errors below. Any ideas why? Your gfortran installation is messed up somehow. Are you using the system gfortran or the one compiled by Sage? Is libgfortran.so installed

[sage-devel] error compiling 8.2: openblas, lgfortran

2018-05-17 Thread Daniel Krenn
Compiling 8.2 from scatch (on a system that worked for 8.1) breaks with the errors below. Any ideas why? Best, Daniel [openblas-0.2.20.p1] make[4]: Entering directory `/local/dakrenn/sage/8.2/local/var/tmp/sage/build/openblas-0.2.20.p1/src/exports' [openblas-0.2.20.p1] gcc -O2

[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Emmanuel Charpentier
I have met this problem, which occurs when OpenSSL isn't available systemwide (there is a saga somewhere in sage-devel's archive, around spring 2017 IIRC...). I have personally checked that Sage's pip is (or was, at the time) unable to use SSL when compiled against Gnu TLS alone... This should

Re: [sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-17 Thread François Bissey
Actually in sage-on-gentoo I reduced that quite a bit. In vanilla we have "argv": ["/home/fbissey/sandbox/git-fork/sage-8.3.b0/local/bin/sage", "--python", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}”] That is, sage-devs go to quite some lengths to launch sage’s python with the

[sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-17 Thread Antonio Rojas
El jueves, 17 de mayo de 2018, 6:46:11 (UTC+2), Nils Bruin escribió: > > > Are there good reasons to refer to .../local/bin/sage rather than the > .../sage script? If not, then it might be more flexible to change it. > > This would break distribution packages, where SAGE_LOCAL is generally set

Re: [sage-devel] Note on building sagemath-8.2 with GCC 8.1.0

2018-05-17 Thread Vincent Delecroix
Dear F, Thanks! For Python 2.7-14 we will be switching for 2.7-15 that does cause any trouble with GCC 8.1.0. See [1]. For linbox, there is at least [2] opened (but no patch for the moment). BTW, when I did build Sage with 8.1.0 few times ago I also had troubles with fflas that you do not