[sage-devel] Re: Compilation error sage-8.1

2018-04-05 Thread 'Paul Mercat' via sage-devel
Le mercredi 4 avril 2018 18:13:50 UTC+2, Dima Pasechnik a écrit : > > Could you post your patch here? > It might be useful... -- 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

[sage-devel] Re: Compilation error sage-8.1

2018-04-04 Thread Dima Pasechnik
Could you post your patch here? It might be useful... -- 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

[sage-devel] Re: Compilation error sage-8.1

2018-04-04 Thread 'Paul Mercat' via sage-devel
Thank you ! I made a patch that change the version_string to "7.2.0" (I had to modify the patch generated by "diff" by hand to make it work). And now it compiles. Sage-8.1 is compiled without any other problem. Paul Le mercredi 4 avril 2018 13:16:33 UTC+2, Dima Pasechnik a écrit : > > the usual

[sage-devel] Re: Compilation error sage-8.1

2018-04-04 Thread Dima Pasechnik
the usual way to add patches would be to put them into build/pkgs/numpy/patches/ at the end of the installation log you see instructions on setting the environment to try running numpy installation. -- You received this message because you are subscribed to the Google Groups "sage-devel"

[sage-devel] Re: Compilation error sage-8.1

2018-04-04 Thread 'Paul Mercat' via sage-devel
I think that you're right, the error comes from this error message that break the configuration test of numpy. This problem appears only in the numpy package. Every other package compile without problem. Do you know if it's possible to recompile the numpy package where it was left, without

[sage-devel] Re: Compilation error sage-8.1

2018-03-31 Thread Dima Pasechnik
The error message /etc/init.d/xprint: Command not found. repeats many times and this appears to break the configuration tests numpy is running. In the end it fails as e.g. it is unable to confirm that OpenBLAS works. And then it finishes with the error saying that it cannot find Fortran

[sage-devel] Re: Compilation error sage-8.1

2018-03-31 Thread Dima Pasechnik
On Saturday, March 31, 2018 at 1:02:51 AM UTC+1, Samuel Lelievre wrote: > > > > Le jeudi 29 mars 2018 18:18:09 UTC+2, Paul Mercat a écrit : > > > > Hello, > > > > I've tried to compile sage-8.1 on a linux server, and I get > > the following error: > > > > Error building Sage. > > > > How can I

[sage-devel] Re: Compilation error sage-8.1

2018-03-31 Thread Dima Pasechnik
On Friday, March 30, 2018 at 8:12:12 PM UTC+1, Paul Mercat wrote: > > I tried to do "./make -i numpy", but I get the same error... What compiler is being used? "same error" with gcc 7.2, or still with gcc 4.8.5? The latter would be very odd. -- You received this message because you are

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread Samuel Lelievre
Le jeudi 29 mars 2018 18:18:09 UTC+2, Paul Mercat a écrit : > > Hello, > > I've tried to compile sage-8.1 on a linux server, and I get > the following error: > > Error building Sage. > > How can I solve this problem ? What version of Linux is this server running? Did other versions of Sage

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread 'Paul Mercat' via sage-devel
I tried to do "./make -i numpy", but I get the same error... -- 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

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread Dima Pasechnik
This looks OK (there were download errors, but apparently it did work out in the end looking at the tail of this file shows Successfully installed gcc-7.2.0 Deleting temporary build directory /home/paul.mercat/sage-8.1/local/var/tmp/sage/build/gcc-7.2.0 Finished installing gcc-7.2.0.spkg Now,

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread 'Paul Mercat' via sage-devel
https://drive.google.com/open?id=1hHDMc9uEL9_SYrmq8Z6JPPFphL8uBzZ3 Le vendredi 30 mars 2018 17:10:24 UTC+2, Dima Pasechnik a écrit : > > > > On Friday, March 30, 2018 at 3:13:17 PM UTC+1, Paul Mercat wrote: >> >> Here is the file config.log >> > > something does not match here, as this log tells

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread Dima Pasechnik
On Friday, March 30, 2018 at 3:13:17 PM UTC+1, Paul Mercat wrote: > > Here is the file config.log > something does not match here, as this log tells that it's getting gcc 7.2 installed, but your numpy log still refers to gcc 4.8.5 Has the installation of gcc package been successful? (look for

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread 'Paul Mercat' via sage-devel
Here is the file config.log Le vendredi 30 mars 2018 16:07:12 UTC+2, Paul Mercat a écrit : > > Hi, > > > There is no such file logs/pkgs/config.log. > > I tried to recompile with the option SAGE_INSTALL_GCC='yes', but I get the > same error: > > > real43m24.500s >

[sage-devel] Re: Compilation error sage-8.1

2018-03-30 Thread 'Paul Mercat' via sage-devel
Hi, There is no such file logs/pkgs/config.log. I tried to recompile with the option SAGE_INSTALL_GCC='yes', but I get the same error: real43m24.500s

[sage-devel] Re: Compilation error sage-8.1

2018-03-29 Thread Dima Pasechnik
This looks like a gcc/gfortran problem. Could you post also logs/pkgs/config.log ? You might consider forcing building gcc, see SAGE_INSTALL_GCC in http://doc.sagemath.org/html/en/installation/source.html#environment-variables On Thursday, March 29, 2018 at 5:18:09 PM UTC+1, Paul Mercat