[sage-support] Re: sage-ipython crashes

2017-06-15 Thread vincent . herbert
Thank you, I installed gfortran with yaourt -S gcc-fortran but this does not solve the problem. I uploaded the new crash report. Le mercredi 14 juin 2017 20:51:01 UTC+2, Dima Pasechnik a écrit : > > you need to install gfortran. > (as is clear from last lines of the crash report) > > I imagine th

[sage-support] Re: sage-ipython crashes

2017-06-15 Thread vincent . herbert
Thank you, I installed gfortran with yaourt -S gcc-fortran but this does not solve the problem. I uploaded the new crash report. Le mercredi 14 juin 2017 20:51:01 UTC+2, Dima Pasechnik a écrit : > > you need to install gfortran. > (as is clear from last lines of the crash report) > > I imagine th

[sage-support] Re: sage-ipython crashes

2017-06-15 Thread vincent . herbert
I tried to install lapack and blas from extra but they were in conflict with atlas-lapack-base. In order, to install them and remove atlas-lapack-base, I had to remove python2-igraph. After this, I succeed to install lapack and blas. Unfortunately, this does not solve my problem. Le mercredi 1

[sage-support] Re: sage-ipython crashes

2017-06-15 Thread vincent . herbert
After reading last crash report, I saw a problem with sage-maxima.lisp. I seached a solution and found this thread https://ask.sagemath.org/question/9119/sagecython-compile-embedded-cython-with-sage-import/ Then, I just put export SAGE_LOCAL="/usr" in ~/.zshrc and sage works fine. Thank you for

[sage-support] Trouble building development version

2017-06-15 Thread David Loeffler
I just downloaded the sage-8.0.beta10 tarball, unpacked it, and typed 'make'. After a short interval, I got the error message below. What am I doing wrong? -- David make[1]: Entering directory `/storage/masiao/sage-8.0.beta10/build/make' make -j48 base make[2]: Entering directory `/storage/masiao

[sage-support] Trouble building development version

2017-06-15 Thread Dima Pasechnik
looks like some NFS-related trouble to me. Can you try building on a local disk? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googleg

Re: [sage-support] Trouble building development version

2017-06-15 Thread David Loeffler
This is on a local disk. David On 15 June 2017 at 18:01, Dima Pasechnik wrote: > looks like some NFS-related trouble to me. Can you try building on a local > disk? > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from th

[sage-support] Re: sage-ipython crashes

2017-06-15 Thread Antonio Rojas
El Thu, 15 Jun 2017 08:31:48 -0700, vincent.herbert escribió: > After reading last crash report, I saw a problem with sage-maxima.lisp. > > I seached a solution and found this thread > https://ask.sagemath.org/question/9119/sagecython-compile-embedded- cython-with-sage-import/ > > Then, I just p